diff options
-rw-r--r-- | steuermann/run.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py index 2cde419..f1f6a6b 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -148,7 +148,6 @@ class runner(object): if debug : print("run",node.name) - if debug : print("....%s:%s/%s\n"%(node.host, node.table, node.cmd)) node.running = 1 |