diff --git a/cmd/micro/eventhandler.go b/cmd/micro/eventhandler.go index 84f7465c..75ceb8b9 100644 --- a/cmd/micro/eventhandler.go +++ b/cmd/micro/eventhandler.go @@ -62,7 +62,6 @@ func NewEventHandler(buf *Buffer) *EventHandler { // This means that we can transform the buffer into any string and still preserve undo/redo // through insert and delete events func (eh *EventHandler) ApplyDiff(new string) { - messenger.Message("Applying diff") differ := dmp.New() diff := differ.DiffMain(eh.buf.String(), new, false) var charNum int