diff --git a/src/js/src/main/app.js b/src/js/src/main/app.js index 54ad839..bd75b21 100644 --- a/src/js/src/main/app.js +++ b/src/js/src/main/app.js @@ -18,7 +18,6 @@ selectTab(index); }); }) - append(location.href); const leftMenu = Que("#left-menu").get(); const menuToggle = Que("#menu-toggle").get(); @@ -62,12 +61,6 @@ tab.classList.add("selected"); content.classList.add("selected"); } - - function append(kontent) { - let logs = Que("#logarea").get().value - logs += kontent + "\n"; - Que("#logarea").get().value = logs; - } /** * solitude web版でのsolitudeオブジェクトの組み立てを行う @@ -80,14 +73,6 @@ addProperty(solitude); return solitude; - /* - function buildWebSolitude(_global) { - const solitude = {}; - solitude.write = {} - solitude.write.local = (_path, contents) => { append(contents) }; - return solitude; - } - */ function addProperty(app) { //solitude本体を設定しているような表現をしたいための回りくどい書き方 Object.defineProperty(app, 'style', {