Remove debugging

This commit is contained in:
Peter 2019-05-28 15:53:43 +02:00
parent f0e6e8dc76
commit 3ce3b29e22

View File

@ -935,7 +935,7 @@ public func openPostbox(basePath: String, seedConfiguration: SeedConfiguration,
#if DEBUG #if DEBUG
//debugSaveState(basePath: basePath, name: "previous1") //debugSaveState(basePath: basePath, name: "previous1")
debugRestoreState(basePath: basePath, name: "previous1") //debugRestoreState(basePath: basePath, name: "previous1")
#endif #endif
let startTime = CFAbsoluteTimeGetCurrent() let startTime = CFAbsoluteTimeGetCurrent()