Browse Source

fix: 移除 console

master
cdswyda 4 years ago
parent
commit
c511651f94
  1. 1
      src/controllers/toolbar.js

1
src/controllers/toolbar.js

@ -894,6 +894,5 @@ export function createToolbarHtml() {
buttonHTML.push(htmlMap[key]);
}
}
console.log(buttonHTML);
return buttonHTML.join('');
}

Loading…
Cancel
Save