Skip to content

Commit

Permalink
process.py: Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Nov 29, 2024
1 parent ba6b49c commit a053a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_bods/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


def check_table_file_new(input_file):
logger.info(f"{filename} {type(filename)}")
#logger.info(f"{filename} {type(filename)}")
if get_file_type_for_flatten_tool(input_file) == "xlsx":
data = pandas.read_excel(input_file.upload_dir_and_filename())
if "statementID" in data.head():
Expand Down

0 comments on commit a053a26

Please sign in to comment.