Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Feb 3, 2019
1 parent 110bdf0 commit 8956524
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ZServer/ZPublisher/Publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ def get_module_info(module_name, modules={},
realm = module_name

# Check for debug mode
debug_mode = None
if hasattr(module, '__bobo_debug_mode__'):
debug_mode = bool(module.__bobo_debug_mode__)
else:
Expand Down

0 comments on commit 8956524

Please sign in to comment.