aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/hourly.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hourly.py b/src/hourly.py
index 0d371ab..0401bc1 100755
--- a/src/hourly.py
+++ b/src/hourly.py
@@ -22,8 +22,6 @@ def sync_ovpn_config(cursor, vpn_id, config_path, config_hash):
(config_contents,) = cursor.fetchone()
- print(config_contents.tobytes())
-
with open(config_path, "wb") as config_file:
config_file.write(config_contents.tobytes())