mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-13 13:04:27 -06:00
Merge pull request #284 from foreachlt/console
Removed console.log left overs
This commit is contained in:
commit
9eb0411d82
@ -1672,9 +1672,7 @@ SimpleMDE.prototype.createToolbar = function(items) {
|
|||||||
var nonSeparatorIconsFollow = false;
|
var nonSeparatorIconsFollow = false;
|
||||||
|
|
||||||
for(var x = (i + 1); x < items.length; x++) {
|
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)) {
|
if(items[x] !== "|" && (!self.options.hideIcons || self.options.hideIcons.indexOf(items[x].name) == -1)) {
|
||||||
console.log(items[x]);
|
|
||||||
nonSeparatorIconsFollow = true;
|
nonSeparatorIconsFollow = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user