def debug_print()

in agent/agent.py [0:0]


    def debug_print(self, *args):
        if self.debug:
            pp(*args)