From e95490f5b60451ed5476327784a049cbd6bf575c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 7 Mar 2024 14:03:50 +0000 Subject: [PATCH] importer: Remove a debugging line Signed-off-by: Michael Tremer --- src/scripts/location-importer.in | 2 -- 1 file changed, 2 deletions(-) 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") -- 2.39.2