Skip to content

Commit

Permalink
log to console (when debug mode on)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Apr 16, 2015
1 parent a0c5d66 commit 5aab88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmtkgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def log(msg):
if is_jython:
from ij import IJ
if IJ.debugMode:
IJ.log(msg)
print(msg)
else:
print(msg)

Expand Down

0 comments on commit 5aab88b

Please sign in to comment.