From 3ce3b29e22d2c20140acf10c30d5a0e60b603e5b Mon Sep 17 00:00:00 2001 From: Peter <> Date: Tue, 28 May 2019 15:53:43 +0200 Subject: [PATCH] Remove debugging --- Postbox/Postbox.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Postbox/Postbox.swift b/Postbox/Postbox.swift index fa5ebc22e7..a3b44406be 100644 --- a/Postbox/Postbox.swift +++ b/Postbox/Postbox.swift @@ -935,7 +935,7 @@ public func openPostbox(basePath: String, seedConfiguration: SeedConfiguration, #if DEBUG //debugSaveState(basePath: basePath, name: "previous1") - debugRestoreState(basePath: basePath, name: "previous1") + //debugRestoreState(basePath: basePath, name: "previous1") #endif let startTime = CFAbsoluteTimeGetCurrent()