Clean up ahead of PR.

pull/2/head
Matthew Chen 6 years ago
parent dc4e174e86
commit 63637af240

@ -135,7 +135,7 @@ public class ConversationMediaView: UIView {
} else if attachmentStream.isVideo {
configureForVideo(attachmentStream: attachmentStream)
} else {
// owsFailDebug("Attachment has unexpected type.")
owsFailDebug("Attachment has unexpected type.")
configure(forError: .invalid)
}
}

@ -11,7 +11,6 @@ public protocol ImageEditorBrushViewControllerDelegate: class {
// MARK: -
// A view for editing text item in image editor.
public class ImageEditorBrushViewController: OWSViewController {
private weak var delegate: ImageEditorBrushViewControllerDelegate?

Loading…
Cancel
Save