mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 23:30:00 -04:00
remove useless logs
This commit is contained in:
parent
93db66ebc8
commit
dc490064d3
4 changed files with 2 additions and 7 deletions
|
@ -58,8 +58,6 @@ export class ScramjetClient {
|
|||
}
|
||||
|
||||
hook() {
|
||||
dbg.log("hwat");
|
||||
|
||||
// @ts-ignore
|
||||
const context = import.meta.webpackContext(".", {
|
||||
recursive: true,
|
||||
|
@ -72,7 +70,6 @@ export class ScramjetClient {
|
|||
(key.startsWith("./worker/") && "WorkerGlobalScope" in self) ||
|
||||
key.startsWith("./shared/")
|
||||
) {
|
||||
console.log("??", key);
|
||||
const module = context(key);
|
||||
module.default(this, this.global);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue