Revert "Add temporary verbose logging around message creation."

This reverts commit 7200a8dc4d.
pull/1/head
Matthew Chen 7 years ago
parent 5f593bd736
commit 1466852329

@ -63,14 +63,6 @@ NS_ASSUME_NONNULL_BEGIN
_sourceDeviceId = sourceDeviceId;
_read = NO;
DDLogInfo(@"%@ --- TSIncomingMessage init: %@, %llu, %llu, %llu",
self.logTag,
self.debugDescription,
self.timestamp,
self.timestampForSorting,
[NSDate ows_millisecondTimeStamp]);
[DDLog flushLog];
return self;
}

@ -145,14 +145,6 @@ NS_ASSUME_NONNULL_BEGIN
TSThread *fetchedThread = [TSThread fetchObjectWithUniqueID:self.uniqueThreadId transaction:transaction];
[fetchedThread updateWithLastMessage:self transaction:transaction];
DDLogInfo(@"%@ --- saveWithTransaction: %@, %llu, %llu, %llu",
self.logTag,
self.debugDescription,
self.timestamp,
self.timestampForSorting,
[NSDate ows_millisecondTimeStamp]);
[DDLog flushLog];
}
- (void)removeWithTransaction:(YapDatabaseReadWriteTransaction *)transaction

@ -350,14 +350,6 @@ NSString *NSStringForOutgoingMessageRecipientState(OWSOutgoingMessageRecipientSt
}
self.recipientStateMap = [recipientStateMap copy];
DDLogInfo(@"%@ --- TSOutgoingMessage init: %@, %llu, %llu, %llu",
self.logTag,
self.debugDescription,
self.timestamp,
self.timestampForSorting,
[NSDate ows_millisecondTimeStamp]);
[DDLog flushLog];
return self;
}

Loading…
Cancel
Save