Commit 5d52231b authored by d8ahazard's avatar d8ahazard
Browse files

Logging....

Cleanup. Sorry.
parent ca87c09c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ def load_models(model_path: str, model_url: str = None, command_path: str = None
                        if extension not in ext_filter:
                            continue
                    if file not in output:
                        print(f"FILE: {full_path}")
                        output.append(full_path)

        if model_url is not None and len(output) == 0: