aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-03-22 21:28:22 +0000
committerRob Austein <sra@hactrn.net>2010-03-22 21:28:22 +0000
commit99ae9e4c34ddd3e8ea1cae841485e96e8eaae2a3 (patch)
tree8398d9244f555022962f600331b232bd852ac9b7
parent0171672858e16f2c660c0287695059b56633d1fe (diff)
Disable debugging
svn path=/myrpki.rototill/ripe-to-csv.py; revision=3127
-rw-r--r--myrpki.rototill/ripe-to-csv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/ripe-to-csv.py b/myrpki.rototill/ripe-to-csv.py
index 8166d682..25fd61b7 100644
--- a/myrpki.rototill/ripe-to-csv.py
+++ b/myrpki.rototill/ripe-to-csv.py
@@ -29,7 +29,7 @@ class Handle(dict):
want_tags = ()
- debug = True
+ debug = False
def set(self, tag, val):
if tag in self.want_tags: