Skip to content
Snippets Groups Projects
Commit 6991c7f1 authored by Teng Jian Khoo's avatar Teng Jian Khoo
Browse files

Remove debug pprint

parent 4a4c3d75
No related merge requests found
...@@ -82,9 +82,7 @@ def trigJetHypoToolHelperFromDict(chain_dict): ...@@ -82,9 +82,7 @@ def trigJetHypoToolHelperFromDict(chain_dict):
A Helper Tool returned by this function may be the root of a Helper A Helper Tool returned by this function may be the root of a Helper
Tool tree structure.""" Tool tree structure."""
from pprint import pprint
pprint(chain_dict)
log.debug('trigJetHypoToolFromDictc chainDict %s', str(chain_dict)) log.debug('trigJetHypoToolFromDictc chainDict %s', str(chain_dict))
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment