remove console log
This commit is contained in:
parent
40b843f0c9
commit
0b01929211
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@ export class html {
|
||||||
|
|
||||||
async loadingStart(element) {}
|
async loadingStart(element) {}
|
||||||
|
|
||||||
async loadingEnd(element) {
|
async loadingEnd(element) {}
|
||||||
console.log("super stop", element);
|
|
||||||
}
|
|
||||||
|
|
||||||
async render(element, content) {
|
async render(element, content) {
|
||||||
var template = '%s';
|
var template = '%s';
|
||||||
|
|
Loading…
Reference in a new issue