Revert "Add temporary verbose logging around message creation."

This reverts commit f26ad5cd34.
This commit is contained in:
Matthew Chen 2018-05-29 14:01:11 -04:00
parent 0aa8306036
commit 5f593bd736

View file

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