Fix accidental debugging print

This commit is contained in:
lispyclouds 2017-02-14 19:59:58 +05:30 committed by Sunil Mohan Adapa
parent 0f3189c6bd
commit f54a9d89dd
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -65,7 +65,6 @@ def init():
service = service_module.Service(
managed_services[0], title, ports=['openvpn'], is_external=True)
print(is_setup())
if is_enabled() and is_setup():
add_shortcut()