Don't fail debug on unknown content type.

The desktop messenger has some messages which will not set anything on the envelope.
pull/20/head
Mikunj 6 years ago
parent 482721a2c2
commit 58a1c82bfb

@ -78,7 +78,7 @@ NSString *envelopeAddress(SSKProtoEnvelope *envelope)
} else {
// Don't fire an analytics event; if we ever add a new content type, we'd generate a ton of
// analytics traffic.
OWSFailDebug(@"Unknown content type.");
// OWSFailDebug(@"Unknown content type.");
return @"UnknownContent";
}
}

Loading…
Cancel
Save