Skip to content

Commit 909ea00

Browse files
committed
Remove debugging code
1 parent 3b92d56 commit 909ea00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Managers/CriticalEventLogExportManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public class CriticalEventLogHistoricalExporter: CriticalEventLogBaseExporter, C
323323
return CriticalEventLogError.cancelled
324324
}
325325

326-
purge(now: now.addingTimeInterval(.days(10))) // Purge first to reduce disk space
326+
purge(now: now) // Purge first to reduce disk space
327327

328328
do {
329329
try manager.fileManager.createDirectory(at: manager.directory, withIntermediateDirectories: true, attributes: nil)

0 commit comments

Comments
 (0)