From a77ef735b65b63c3c546d1692f0b29372fa9c48b Mon Sep 17 00:00:00 2001 From: Andreas Freise <adf@star.bham.ac.uk> Date: Mon, 2 Dec 2013 01:00:33 +0000 Subject: [PATCH] just removing a left-over print statement. --- pykat/finesse.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pykat/finesse.py b/pykat/finesse.py index 313af7f..158a8b8 100644 --- a/pykat/finesse.py +++ b/pykat/finesse.py @@ -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() -- GitLab