]> git.ipfire.org Git - location/libloc.git/commitdiff
location-importer: Remove some debugging output
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 May 2020 11:48:01 +0000 (11:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 May 2020 11:48:01 +0000 (11:48 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-importer.in

index 2ba4eb21e4f30fb299436037114e64575783732a..2d2a7ec554e778e074e14f39bae1cc02b68f8f31 100644 (file)
@@ -179,8 +179,6 @@ class CLI(object):
                """
                        Compiles a database in libloc format out of what is in the database
                """
-               print(ns)
-
                # Allocate a writer
                writer = location.Writer(ns.signing_key)