Skip to content

Commit aaed624

Browse files
author
Konstantinacc
committed
Removed print messages used for debug from utils.py file.
1 parent 61116b8 commit aaed624

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

codebender_testing/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,6 @@ def compile_sketches(self, sketches, iframe=False, project_view=False, logfile=N
651651
# Register current URL into log.
652652
if sketch not in log_entry:
653653
log_entry[sketch] = {}
654-
print "\n"
655-
print "sketch"
656-
print "log_entry[" + sketch +"]", log_entry[sketch]
657654

658655
test_status = '.'
659656

0 commit comments

Comments
 (0)