mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
remove test code
This commit is contained in:
parent
836827ac8f
commit
c1c8ab2887
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ class Storage(
|
|||
os.utime(path, times=None, ns=(MTIME_NS_TEST, MTIME_NS_TEST))
|
||||
logger.debug("Storage item mtime resoultion test set: %d" % MTIME_NS_TEST)
|
||||
mtime_ns = os.stat(path).st_mtime_ns
|
||||
mtime_ns = int(MTIME_NS_TEST / 100000000) * 100000000
|
||||
logger.debug("Storage item mtime resoultion test get: %d" % mtime_ns)
|
||||
# start analysis
|
||||
precision = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue