From 067cfcea05d87c06e3a1153b4eb08463053c2ae2 Mon Sep 17 00:00:00 2001 From: aschroed Date: Thu, 18 Apr 2024 14:17:35 -0400 Subject: [PATCH] removed commented out pdb --- wranglertools/import_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wranglertools/import_data.py b/wranglertools/import_data.py index c1d21fd4..7eaaae51 100755 --- a/wranglertools/import_data.py +++ b/wranglertools/import_data.py @@ -793,7 +793,6 @@ def error_report(error_dic, sheet, all_aliases, connection, error_id=''): nf_txt = 'not found' not_found = None alias_bit = None - #import pdb; pdb.set_trace() if utrl_txt in error_description: alias_bit = error_description.replace(utrl_txt, '') elif error_description.endswith(nf_txt):