Browse Source

Remove debugging output

Suren A. Chilingaryan 4 years ago
parent
commit
0c01984a7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/core.py

+ 1 - 1
common/core.py

@@ -138,7 +138,7 @@ def fetchDataADEI():
             for chunk in image.iter_content():
                 handle.write(chunk)
 
-    print "/tmp/" + config['title'] + ".tmp.yaml"
+    #print "/tmp/" + config['title'] + ".tmp.yaml"
     with open("/tmp/" + config['title'] + ".tmp.yaml", 'w') as stream_tmp:
         stream_tmp.write(yaml.dump(cache_data, default_flow_style=False))
     src_file = "/tmp/" + config['title'] + ".tmp.yaml"