Skip to content

Commit 0cb994d

Browse files
committed
remove console.log
1 parent 8072152 commit 0cb994d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/localize-deno-dependency.mts

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { fileURLToPath } from "node:url";
55
const __filename = fileURLToPath(import.meta.url);
66
const __dirname = dirname(__filename);
77

8-
console.log(__filename, __dirname);
9-
108
async function main() {
119
await copyFile(
1210
resolve(__dirname, "../dist/bin.js"),

0 commit comments

Comments
 (0)