Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
a77ef735
Commit
a77ef735
authored
Dec 02, 2013
by
Andreas Freise
Browse files
just removing a left-over print statement.
parent
b5044088
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
a77ef735
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment