diff --git a/binarycpython/utils/custom_logging_functions.py b/binarycpython/utils/custom_logging_functions.py index 94a5b669169ad72a4c47433793660d364b4dee06..22baf71bd5e1c18d731cb175ac98a651095a5fe2 100644 --- a/binarycpython/utils/custom_logging_functions.py +++ b/binarycpython/utils/custom_logging_functions.py @@ -37,7 +37,6 @@ def get_dynamic_library_file_extension(): # Otherwise return .so return 'so' - def autogen_C_logging_code(logging_dict: dict, verbosity: int = 0) -> Optional[str]: """ Function that auto-generates PRINTF statements for binaryc.