Commit f9c5c35e authored by Jim Fulton's avatar Jim Fulton

removed some debugging code that shouldn't have been checked in.

parent c4297758
......@@ -181,8 +181,6 @@ def start_zeo_server(storage_conf=None, zeo_conf=None, port=None, keep=False,
to the config file.
"""
import logging; logging.basicConfig(level='DEBUG')
if not storage_conf:
storage_conf = '<filestorage>\npath %s\n</filestorage>' % path
......
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