Skip to content
Snippets Groups Projects
Commit f06f8a50 authored by Hans-Jörg's avatar Hans-Jörg
Browse files

Remove debug print

parent 917206c2
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ class GridTPT:
continue
m = re.match(self.__options_re, line)
if m:
print(m.group(1))
strategy = m.group(1)
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment