Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Jul 8, 2024
1 parent 8072152 commit 0cb994d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/localize-deno-dependency.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { fileURLToPath } from "node:url";
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

console.log(__filename, __dirname);

async function main() {
await copyFile(
resolve(__dirname, "../dist/bin.js"),
Expand Down

0 comments on commit 0cb994d

Please sign in to comment.