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 loadingEnd(element) {
|
||||
console.log("super stop", element);
|
||||
}
|
||||
async loadingEnd(element) {}
|
||||
|
||||
async render(element, content) {
|
||||
var template = '%s';
|
||||
|
|
Loading…
Reference in a new issue