From 862c00ac199c896717d6ac63f51093ffcd5d2d08 Mon Sep 17 00:00:00 2001 From: Peter <> Date: Sun, 21 Apr 2019 23:48:49 +0400 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 a2e1ce83f0..686a622521 100644 --- a/Postbox/Postbox.swift +++ b/Postbox/Postbox.swift @@ -928,7 +928,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()