Skip to content
Snippets Groups Projects
Unverified Commit ded613d2 authored by Neta Zmora's avatar Neta Zmora Committed by GitHub
Browse files

remove annoying log debug message (summary_graph.py)

parent 45d2db44
No related branches found
No related tags found
No related merge requests found
......@@ -179,8 +179,6 @@ class SummaryGraph(object):
self.module_ops_map[module_name].append(new_op['name'])
# Finally we register the new op in the ops collection
msglogger.debug("new sgraph node - Scope name: {} ; Type: {} ; Display name {}".format(
new_op['orig-name'], new_op['type'], new_op['name']))
self.ops[new_op['name']] = new_op
for input_ in node.inputs():
......
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