From a520ae108e5a10e5eb62d8d3a89e0bee38b01996 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 7 Aug 2007 04:26:33 +0000 Subject: [PATCH] remove debug print --- src/info.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/info.py b/src/info.py index a76275188..8793266a5 100644 --- a/src/info.py +++ b/src/info.py @@ -12,6 +12,5 @@ urllib.urlopen("http://download.deluge-torrent.org/stats.php?processor=" + \ + "&os=" + platform.system() + "&pygtk=" + pygtk) f = open(common.CONFIG_DIR + '/infosent', 'w') -print "writing file infosent" f.write("") f.close