remove console.log

This commit is contained in:
tamaina 2022-04-29 01:06:05 +09:00
parent b38f82ba23
commit 03cd6965fa
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
// ブロックの中に入れないと、定義した変数がブラウザのグローバルスコープに登録されてしまい邪魔なので
(async () => {
console.log('boot!')
window.onerror = (e) => {
renderError('SOMETHING_HAPPENED', e.toString());
};