Commit 53c8917b authored by Chris McDonough's avatar Chris McDonough

Remove call to zLOG.initialize (no longer necessary, first call to LOG sets up a logger).

parent a09fcc20
...@@ -96,7 +96,6 @@ def main(argv): ...@@ -96,7 +96,6 @@ def main(argv):
me = argv[0] me = argv[0]
sys.path.insert(0, directory(me, 2)) sys.path.insert(0, directory(me, 2))
import zLOG import zLOG
zLOG.initialize()
global LOG, INFO, ERROR global LOG, INFO, ERROR
from zLOG import LOG, INFO, WARNING, ERROR, PANIC from zLOG import LOG, INFO, WARNING, ERROR, PANIC
......
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