From ef5ac1c83c093278e66ff13db9686060d48a7bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sat, 23 May 2020 11:04:45 +0200 Subject: [PATCH] del: logging statement --- claustra/construction/Construction/Construction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/claustra/construction/Construction/Construction.js b/claustra/construction/Construction/Construction.js index 514ed2bb..e58af8fd 100644 --- a/claustra/construction/Construction/Construction.js +++ b/claustra/construction/Construction/Construction.js @@ -1,4 +1,3 @@ Construction.prototype.main = function () { - console.log(123) this.renderSkin('$Construction#main'); };