rm log
This commit is contained in:
@@ -29,7 +29,6 @@ for (const i of imports) {
|
||||
if (name == undefined) {
|
||||
throw Error("Unrecognized import: " + i.path);
|
||||
}
|
||||
console.log(name);
|
||||
if (isBuiltin(name)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user