remove debug info

This commit is contained in:
j 2013-02-09 14:08:16 +05:30
parent 4d5fe9e6f5
commit 9f10490544

View file

@ -166,7 +166,6 @@ class Client(object):
if self.folderdepth == 3: if self.folderdepth == 3:
info['director'] = [] info['director'] = []
info['directorSort'] = [] info['directorSort'] = []
print info
return info return info
def path(self, oshash): def path(self, oshash):