Commit 5300a143 authored by Asitha Senanayake's avatar Asitha Senanayake
Browse files

refactor: remove redundant log message

Repeating an input argument of a function is not very useful. It was
only useful for the CLI, but the CLI has another way to print the name
of the file to screen.
parent 418d387a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -720,8 +720,6 @@ def check_file(filepath_or_buffer, standard_AGS4_dictionary=None, rename_duplica

    ags_errors = {}

    logger.info(f'Opening file... {filepath_or_buffer}')

    # Line checks
    if _is_file_like(filepath_or_buffer):
        f = filepath_or_buffer