diff --git a/distiller/summary_graph.py b/distiller/summary_graph.py
index 292065f217f02ed4691c6d370f2bc9c3715356dc..bad898cb6ecd9e7bfb1f0851d834405d46b16bf5 100755
--- a/distiller/summary_graph.py
+++ b/distiller/summary_graph.py
@@ -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():