remove debug print
This commit is contained in:
@ -127,7 +127,6 @@ def get_logo(size):
|
||||
|
||||
def open_file(path):
|
||||
"""Opens a file or folder."""
|
||||
print path
|
||||
os.popen("xdg-open \"%s\"" % path)
|
||||
|
||||
def open_url_in_browser(url):
|
||||
|
Reference in New Issue
Block a user