mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
Removing extraneous console.logs
This commit is contained in:
parent
6eae597a69
commit
423220a5a9
@ -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