1
0
Fork 0
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:
Peter Bieringer 2024-12-16 09:00:06 +01:00
parent 836827ac8f
commit c1c8ab2887

View file

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