diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-28 10:49:24 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-28 10:49:24 +0000 |
commit | 28a6bae598a985d2dbc0b33e2d996bed6aefbf87 (patch) | |
tree | 1c70bcc878788f13e0a93b2d3d1d86e69133420f /myrpki/arin-to-csv.py | |
parent | 429b4164cbfccc0cbb89a2828223d522bb9c810a (diff) |
Disable debugging printout
svn path=/myrpki/arin-to-csv.py; revision=2677
Diffstat (limited to 'myrpki/arin-to-csv.py')
-rw-r--r-- | myrpki/arin-to-csv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki/arin-to-csv.py b/myrpki/arin-to-csv.py index a687e418..13ed4fc2 100644 --- a/myrpki/arin-to-csv.py +++ b/myrpki/arin-to-csv.py @@ -29,7 +29,7 @@ class Handle(object): want_tags = () - debug = True + debug = False def set(self, tag, val): if tag in self.want_tags: |