Remove debug logging

This commit is contained in:
Justin Mazzocchi 2021-02-01 11:54:36 -08:00
parent 9383340843
commit 25b0936f66
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C

View file

@ -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 {