From fca86fe5cbea7c6fb4185c373f3beb1e94353eca Mon Sep 17 00:00:00 2001 From: Ali <> Date: Thu, 1 Apr 2021 01:15:29 +0400 Subject: [PATCH] Remove debugging --- submodules/Postbox/Sources/Postbox.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/submodules/Postbox/Sources/Postbox.swift b/submodules/Postbox/Sources/Postbox.swift index c6ea04c927..b7ff4a1e0c 100644 --- a/submodules/Postbox/Sources/Postbox.swift +++ b/submodules/Postbox/Sources/Postbox.swift @@ -1406,8 +1406,6 @@ public final class Postbox { self.basePath = basePath self.seedConfiguration = seedConfiguration self.tempDir = tempDir - - sleep(1) print("MediaBox path: \(self.basePath + "/media")")