aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-05 10:50:11 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-05 10:50:11 -0400
commitc83c8e56a0468be0351c145d50d02cf4c7d3788f (patch)
tree73ddba0e56af71cb7cca0c424ab24369ef7779ad
parent2b47dee38e042502dcd7a59b745b883b7213129f (diff)
downloadsteuermann-c83c8e56a0468be0351c145d50d02cf4c7d3788f.tar.gz
Remove duplicate debug check
-rw-r--r--steuermann/run.py1
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