Skip to content

Commit 97fa148

Browse files
committed
Remove a debug statement that breaks Python 3 runs
1 parent bc822c9 commit 97fa148

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

console_scripts/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def main():
121121
elif num_args > 2:
122122
command = sys.argv[1]
123123
command_args = sys.argv[2:]
124-
print command
125124

126125
if command == "convert":
127126
if len(command_args) == 1:

0 commit comments

Comments
 (0)