소스 검색

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