Skip to content

Commit

Permalink
removed commented out pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Apr 18, 2024
1 parent ee5f15c commit 067cfce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wranglertools/import_data.py
Expand Up @@ -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):
Expand Down

0 comments on commit 067cfce

Please sign in to comment.