Skip to content

Commit 583bee6

Browse files
committed
MC-3309: Build stabilization
Revert changes
1 parent 1095af2 commit 583bee6

File tree

2 files changed

+15
-57085
lines changed

2 files changed

+15
-57085
lines changed

lib/web/mage/adminhtml/events.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ define([
134134
results = [],
135135
result, len, i, eventArgs, method, eventHandler;
136136

137-
if (eventName.toLowerCase().indexOf('tinymce') !== -1) {
138-
// console.log(eventName, tinyMCE.activeEditor ? tinyMCE.activeEditor.getBody().innerHTML : '');
139-
// console.trace();
140-
}
141-
142137
if (this.arrEvents[evtName] != null) {
143138
len = this.arrEvents[evtName].length; //optimization
144139

0 commit comments

Comments
 (0)