remove console log

This commit is contained in:
zutto 2024-06-15 17:22:33 +03:00
parent 40b843f0c9
commit 0b01929211

View file

@ -6,9 +6,7 @@ export class html {
async loadingStart(element) {}
async loadingEnd(element) {
console.log("super stop", element);
}
async loadingEnd(element) {}
async render(element, content) {
var template = '%s';