1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-09-03 13:47:51 -04:00

fixed sample-config double print

This commit is contained in:
Hemna 2021-01-14 13:43:10 -05:00
parent e11a84bf05
commit 18acd64334

View File

@ -110,7 +110,6 @@ def add_config_comments(raw_yaml):
"\n # Get the apiKey from your aprs.fi account here: http://aprs.fi/account", "\n # Get the apiKey from your aprs.fi account here: http://aprs.fi/account",
end_idx, end_idx,
) )
print(raw_yaml)
return raw_yaml return raw_yaml