From a4c1defe7786e01f70a286f1306e344ef2f9cf90 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Fri, 13 Feb 2026 13:11:21 -0800 Subject: [PATCH] remove accidentally committed printer.js --- printer.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 printer.js diff --git a/printer.js b/printer.js deleted file mode 100644 index cd615a3d27..0000000000 --- a/printer.js +++ /dev/null @@ -1,6 +0,0 @@ -console.log(process.pid); -let i = 0n; -while (true) - if (++i % 50000000n == 0n) - console.log(i); -