Browse Source

Remove dev trace

Bastien Sevajol (Algoo) 8 years ago
parent
commit
f5134cd7b3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tracim/tracim/lib/webdav/sql_resources.py

+ 0 - 1
tracim/tracim/lib/webdav/sql_resources.py View File

199
         return self.workspace.label
199
         return self.workspace.label
200
 
200
 
201
     def getLastModified(self) -> float:
201
     def getLastModified(self) -> float:
202
-        print("hm....", self.path)
203
         return mktime(self.workspace.updated.timetuple())
202
         return mktime(self.workspace.updated.timetuple())
204
 
203
 
205
     def getMemberNames(self) -> [str]:
204
     def getMemberNames(self) -> [str]: