mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-21 15:50:59 +00:00
Remove debug logging
This commit is contained in:
parent
9383340843
commit
25b0936f66
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue