ソースを参照

Remove dev trace

Bastien Sevajol (Algoo) 8 年 前
コミット
f5134cd7b3
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      tracim/tracim/lib/webdav/sql_resources.py

+ 0 - 1
tracim/tracim/lib/webdav/sql_resources.py ファイルの表示

@@ -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]: