diff --git a/sunnypilot/selfdrive/controls/lib/nnlc/helpers.py b/sunnypilot/selfdrive/controls/lib/nnlc/helpers.py index 24532a3cc9..8e33d6b08b 100644 --- a/sunnypilot/selfdrive/controls/lib/nnlc/helpers.py +++ b/sunnypilot/selfdrive/controls/lib/nnlc/helpers.py @@ -72,6 +72,3 @@ def get_nn_model_path(CP: structs.CarParams) -> tuple[str | None, str, bool]: fuzzy_fingerprint = max_similarity < 0.99 return model_path, _model_name, fuzzy_fingerprint - -if __name__ == "__main__": - print(TORQUE_NN_MODEL_PATH)