Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 17, 2024
1 parent 906dbee commit 03d46c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cross/utils",
"version": "0.6.0",
"version": "0.6.1",
"exports": {
".": "./mod.ts",
"./ansi": "./utils/ansi.ts",
Expand Down
2 changes: 0 additions & 2 deletions utils/cwd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ export function cwd(): string {
);
}
}

console.log(cwd());

0 comments on commit 03d46c4

Please sign in to comment.