Commit 803edec6 authored by sumpfralle's avatar sumpfralle

removed debug print


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@531 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 5a003841
......@@ -95,7 +95,6 @@ class HookHandler(logging.Handler):
def emit(self, record):
message = self.format(record)
print dir(record)
message_type = record.levelname
self.callback(message_type, message, record=record)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment