]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
importer: Remove a debugging line
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Mar 2024 14:03:50 +0000 (14:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Mar 2024 14:03:50 +0000 (14:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/location-importer.in

index 88f422f03dd329e85775cfbb6afa9a8ade1d8841..3ffec29291fa1b7076fb337a0d0cb305e3c90477 100644 (file)
@@ -970,8 +970,6 @@ class CLI(object):
 
                # Walk through the file
                for line in csv.DictReader(f, dialect="arin"):
-                       log.debug("Processing object: %s" % line)
-
                        # Fetch status
                        status = line.get("Status")