Skip to content

Commit 6a0ed0d

Browse files
committed
remove log
1 parent 5808635 commit 6a0ed0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resource-loader.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ export class DenoFileSystemResourceLoader extends ResourceLoader {
2626
}
2727
}
2828

29-
get(url: string, aa?: any): Promise<string> {
30-
console.log(11,this.resourcePath);
31-
29+
get(url: string, aa?: any): Promise<string> {
3230
const appDir = this.resourcePath || '';
3331
const filePath = this.resolve(url, appDir);
3432

0 commit comments

Comments
 (0)