Revert "Add temporary verbose logging around message creation."

This reverts commit f26ad5cd34.
pull/1/head
Matthew Chen 7 years ago
parent 0aa8306036
commit 5f593bd736

@ -3117,8 +3117,7 @@ typedef enum : NSUInteger {
{
OWSAssertIsOnMainThread();
DDLogInfo(@"%@ %s", self.logTag, __PRETTY_FUNCTION__);
[DDLog flushLog];
DDLogVerbose(@"%@ %s", self.logTag, __PRETTY_FUNCTION__);
if (self.shouldObserveDBModifications) {
// External database modifications can't be converted into incremental updates,

Loading…
Cancel
Save