From 42b2e227e17a2065963e1c44d966d04a3b29fe3b Mon Sep 17 00:00:00 2001 From: Hemna Date: Thu, 14 Jan 2021 12:44:58 -0500 Subject: [PATCH] Fixed comments --- aprsd/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aprsd/utils.py b/aprsd/utils.py index 492faff..0d8b50a 100644 --- a/aprsd/utils.py +++ b/aprsd/utils.py @@ -103,10 +103,8 @@ def end_substr(original, substr): def add_config_comments(raw_yaml): end_idx = end_substr(raw_yaml, "aprs.fi:") - print("PENIS!!!!") if end_idx != -1: # lets insert a comment - print("Didn't find shit!") raw_yaml = insert_str( raw_yaml, "\n # Get the apiKey from your aprs.fi account here: http://aprs.fi/account",