From: Michael Tremer Date: Thu, 7 Mar 2024 14:03:50 +0000 (+0000) Subject: importer: Remove a debugging line X-Git-Tag: 0.9.18~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e95490f5b60451ed5476327784a049cbd6bf575c;p=location%2Flibloc.git importer: Remove a debugging line Signed-off-by: Michael Tremer --- diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 88f422f..3ffec29 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -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")