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,7 +199,6 @@ class Workspace(DAVCollection):
199 199
         return self.workspace.label
200 200
 
201 201
     def getLastModified(self) -> float:
202
-        print("hm....", self.path)
203 202
         return mktime(self.workspace.updated.timetuple())
204 203
 
205 204
     def getMemberNames(self) -> [str]: