mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
remove debug print
This commit is contained in:
parent
bff7ba63c7
commit
a520ae108e
1 changed files with 0 additions and 1 deletions
|
@ -12,6 +12,5 @@ urllib.urlopen("http://download.deluge-torrent.org/stats.php?processor=" + \
|
||||||
+ "&os=" + platform.system() + "&pygtk=" + pygtk)
|
+ "&os=" + platform.system() + "&pygtk=" + pygtk)
|
||||||
|
|
||||||
f = open(common.CONFIG_DIR + '/infosent', 'w')
|
f = open(common.CONFIG_DIR + '/infosent', 'w')
|
||||||
print "writing file infosent"
|
|
||||||
f.write("")
|
f.write("")
|
||||||
f.close
|
f.close
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue