From 3ae8d8ddfee4bc1ebbbbb4d3f936eba293d0425d Mon Sep 17 00:00:00 2001 From: Artanicus Date: Sat, 4 Feb 2017 23:20:09 +0200 Subject: [PATCH] Remove debug print I forgot in --- bin/srv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/srv.py b/bin/srv.py index 60bf67c..d042bfa 100644 --- a/bin/srv.py +++ b/bin/srv.py @@ -128,7 +128,6 @@ def save_weather_data( location, filename ): location = DEFAULT_LOCATION else: location_not_found = False - print(location) p = Popen( [ WEGO, '-location=%s' % location ], stdout=PIPE, stderr=PIPE ) stdout, stderr = p.communicate() if p.returncode != 0: