diff options
-rwxr-xr-x | src/hourly.py | 2 |
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()) |