Skip to content
Snippets Groups Projects
Commit a77ef735 authored by Andreas Freise's avatar Andreas Freise
Browse files

just removing a left-over print statement.

parent b5044088
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,6 @@ class kat(object):
commands=self.remove_comments(commands)
for line in commands.split("\n"):
print line
#for line in commands:
if len(line.strip()) >= 2:
line = line.strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment