Delete debugging code

This commit is contained in:
Andres 2016-05-10 12:37:51 -03:00
parent 6eae597a69
commit 727fe5b666

View File

@ -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;
}
}