From 25b0936f6634cdab45fb63228788592692e4e4b5 Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Mon, 1 Feb 2021 11:54:36 -0800 Subject: [PATCH] Remove debug logging --- DB/Sources/DB/Content/ContentDatabase.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/DB/Sources/DB/Content/ContentDatabase.swift b/DB/Sources/DB/Content/ContentDatabase.swift index 6ffa0f6..fd5b94e 100644 --- a/DB/Sources/DB/Content/ContentDatabase.swift +++ b/DB/Sources/DB/Content/ContentDatabase.swift @@ -80,9 +80,6 @@ public extension ContentDatabase { for status in statuses { try status.save($0) - if let order = order { - print("saving with order: \(order)") - } try TimelineStatusJoin(timelineId: timeline.id, statusId: status.id, order: order).save($0) if let presentOrder = order {