From c83c8e56a0468be0351c145d50d02cf4c7d3788f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 5 Jul 2016 10:50:11 -0400 Subject: Remove duplicate debug check --- steuermann/run.py | 1 - 1 file changed, 1 deletion(-) (limited to 'steuermann/run.py') 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 -- cgit