mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
remove debug print
This commit is contained in:
parent
dc2ea3a220
commit
157bcca244
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ def get_logo(size):
|
||||||
|
|
||||||
def open_file(path):
|
def open_file(path):
|
||||||
"""Opens a file or folder."""
|
"""Opens a file or folder."""
|
||||||
print path
|
|
||||||
os.popen("xdg-open \"%s\"" % path)
|
os.popen("xdg-open \"%s\"" % path)
|
||||||
|
|
||||||
def open_url_in_browser(url):
|
def open_url_in_browser(url):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue