Commit c53ed6a2 by Victor Shnayder

remove some debugging messages

parent 10054e95
...@@ -329,7 +329,7 @@ class LoncapaProblem(object): ...@@ -329,7 +329,7 @@ class LoncapaProblem(object):
# path is an absolute path or a path relative to the data dir # path is an absolute path or a path relative to the data dir
dir = os.path.join(self.system.filestore.root_path, dir) dir = os.path.join(self.system.filestore.root_path, dir)
abs_dir = os.path.normpath(dir) abs_dir = os.path.normpath(dir)
log.debug("appending to path: %s" % abs_dir) #log.debug("appending to path: %s" % abs_dir)
path.append(abs_dir) path.append(abs_dir)
return path return path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment