From 4a91a8bbf1b3f03a58c61ba6a18e12f8c622fd75 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 9 Aug 2009 22:21:40 +0000 Subject: [PATCH] Remove printf debugging Signed-off-by: Stephen Gran --- ud-generate | 1 - 1 file changed, 1 deletion(-) diff --git a/ud-generate b/ud-generate index 887176c..5ba59d4 100755 --- a/ud-generate +++ b/ud-generate @@ -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 -- 2.20.1