Remove accidentally committed debug code

This commit is contained in:
Ian Renton
2026-08-31 21:54:43 +01:00
parent 1b62d4742b
commit 55eaa871e9
9 changed files with 15 additions and 18 deletions
-3
View File
@@ -29,9 +29,6 @@ def shutdown(_signum=None, _frame=None):
# Main function
if __name__ == "__main__":
result = infer_mode_from_comment("Test FT8")
print(result)
# Set up logging
root = logging.getLogger()
root.setLevel(LOG_LEVEL)