From 79ab547c9d36ead727a62d234903fe69f639517b Mon Sep 17 00:00:00 2001 From: therazer Date: Mon, 15 Nov 2010 18:56:38 +0100 Subject: forgot to remove some debug prints --- module/web/pyload/views.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/web/pyload/views.py') diff --git a/module/web/pyload/views.py b/module/web/pyload/views.py index 4de53a61d..cca337303 100644 --- a/module/web/pyload/views.py +++ b/module/web/pyload/views.py @@ -420,9 +420,6 @@ def path(request, path, type): if os.path.abspath(cwd) == "/": parentdir = "" - print os.path.split(cwd) - print "parentdir: %s" % parentdir - try: folders = os.listdir(cwd) except: -- cgit v1.2.3