From 18acd64334e0218bdffbc4d10da0b1559f65cf0b Mon Sep 17 00:00:00 2001 From: Hemna Date: Thu, 14 Jan 2021 13:43:10 -0500 Subject: [PATCH] fixed sample-config double print --- aprsd/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aprsd/utils.py b/aprsd/utils.py index 2de222b..5cbaec4 100644 --- a/aprsd/utils.py +++ b/aprsd/utils.py @@ -110,7 +110,6 @@ def add_config_comments(raw_yaml): "\n # Get the apiKey from your aprs.fi account here: http://aprs.fi/account", end_idx, ) - print(raw_yaml) return raw_yaml