From e2f7feea53800e7ecbe9fae0657f4b4d02252fe9 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 16 Mar 2025 13:55:11 -0400 Subject: [PATCH] remove debug --- sunnypilot/selfdrive/controls/lib/nnlc/helpers.py | 3 --- 1 file changed, 3 deletions(-) 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)