Delete debugging code

pull/320/head
Andres 8 years ago
parent 6eae597a69
commit 727fe5b666

@ -1672,9 +1672,7 @@ SimpleMDE.prototype.createToolbar = function(items) {
var nonSeparatorIconsFollow = false;
for(var x = (i + 1); x < items.length; x++) {
console.log(x);
if(items[x] !== "|" && (!self.options.hideIcons || self.options.hideIcons.indexOf(items[x].name) == -1)) {
console.log(items[x]);
nonSeparatorIconsFollow = true;
}
}

Loading…
Cancel
Save