From c63c5c0e91a51b2d0ecbef994546ccf603dd495d Mon Sep 17 00:00:00 2001 From: Matt Crawford Date: Sun, 3 Sep 2023 18:43:04 +0000 Subject: [PATCH] remove console log --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 86870b1..b51a5dc 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,6 @@ process.pid = {{.Pid}}; process.ppid = {{.Ppid}}; process.cwd = () => { - console.log("overriding cwd"); return "/fs"; }; }