Browse Source

Remove print

Yentl Van Tendeloo 8 years ago
parent
commit
5c5014f1b9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      kernel/modelverse_kernel/main.py

+ 0 - 1
kernel/modelverse_kernel/main.py

@@ -62,7 +62,6 @@ class ModelverseKernel(object):
             if self.new_debug is not None:
             if self.new_debug is not None:
                 if len(self.debug_info[username]) > 0:
                 if len(self.debug_info[username]) > 0:
                     self.debug_info[username][-1], = yield [("RV", [self.new_debug])]
                     self.debug_info[username][-1], = yield [("RV", [self.new_debug])]
-                    print(self.debug_info[username])
 
 
             if self.phase_v == "finish":
             if self.phase_v == "finish":
                 gen = self.helper_init(user_root)
                 gen = self.helper_init(user_root)