Skip to content

Commit

Permalink
removed some debugging code that shouldn't have been checked in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jun 28, 2016
1 parent c429775 commit f9c5c35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ZEO/tests/forker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f9c5c35

Please sign in to comment.