From f54a9d89dd8c0b399174ad14b52ce12cd53d4564 Mon Sep 17 00:00:00 2001 From: lispyclouds Date: Tue, 14 Feb 2017 19:59:58 +0530 Subject: [PATCH] Fix accidental debugging print --- plinth/modules/openvpn/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/openvpn/__init__.py b/plinth/modules/openvpn/__init__.py index 3909a3c46..1df94ab50 100644 --- a/plinth/modules/openvpn/__init__.py +++ b/plinth/modules/openvpn/__init__.py @@ -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()