Remove printf debugging
authorStephen Gran <steve@lobefin.net>
Sun, 9 Aug 2009 22:21:40 +0000 (22:21 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 9 Aug 2009 22:21:40 +0000 (22:21 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
ud-generate

index 887176c..5ba59d4 100755 (executable)
@@ -761,7 +761,6 @@ def GenDNS(File):
             x[1].has_key("sshRSAHostKey") == 0:
             continue
 
-         print "%s %s" % (GetAttr(x, "hostname"), IsDebianHost.match(GetAttr(x, "hostname")))
          if IsDebianHost.match(GetAttr(x, "hostname")) is not None:
             continue