summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar therazer <devnull@localhost> 2010-11-15 18:56:38 +0100
committerGravatar therazer <devnull@localhost> 2010-11-15 18:56:38 +0100
commit79ab547c9d36ead727a62d234903fe69f639517b (patch)
treea5d5d88a763ed5cf5b1ef5856831465f36126516 /module
parentfixes for file browser (diff)
downloadpyload-79ab547c9d36ead727a62d234903fe69f639517b.tar.xz
forgot to remove some debug prints
Diffstat (limited to 'module')
-rw-r--r--module/web/pyload/views.py3
1 files changed, 0 insertions, 3 deletions
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: