Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mlctrez committed Sep 3, 2023
1 parent 4099558 commit c63c5c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
process.pid = {{.Pid}};
process.ppid = {{.Ppid}};
process.cwd = () => {
console.log("overriding cwd");
return "/fs";
};
}
Expand Down

0 comments on commit c63c5c0

Please sign in to comment.