del: logging statement

This commit is contained in:
Tobi Schäfer 2020-05-23 11:04:45 +02:00
parent 707fd6391f
commit ef5ac1c83c

View file

@ -1,4 +1,3 @@
Construction.prototype.main = function () {
console.log(123)
this.renderSkin('$Construction#main');
};