Skip to content

Commit cdd2ba7

Browse files
committed
fix: Remove duplicate method from poor merge conflict resolution
1 parent 083c479 commit cdd2ba7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

WordPress/Classes/ViewRelated/Comments/Controllers/Editor/CommentGutenbergEditorViewController.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,4 @@ extension CommentGutenbergEditorViewController: GutenbergKit.EditorViewControlle
108108
func editor(_ viewController: GutenbergKit.EditorViewController, didCloseModalDialog dialogType: String) {
109109
// Do nothing
110110
}
111-
112-
func editor(_ viewController: GutenbergKit.EditorViewController, didLogMessage message: String, level: GutenbergKit.LogLevel) {
113-
// Do nothing
114-
}
115111
}

0 commit comments

Comments
 (0)