From bdfdcebafb7c1e9a90ebb11afcb90481ab0119e3 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Mon, 8 Sep 2025 21:02:11 -0700 Subject: [PATCH] fix: Remove some debug logs in next-auth.test.ts --- test/js/third_party/next-auth/next-auth.test.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/js/third_party/next-auth/next-auth.test.ts b/test/js/third_party/next-auth/next-auth.test.ts index 89c117547f..5b5d63ab78 100644 --- a/test/js/third_party/next-auth/next-auth.test.ts +++ b/test/js/third_party/next-auth/next-auth.test.ts @@ -31,20 +31,6 @@ describe("next-auth", () => { AUTH_SECRET: "I7Jiq12TSMlPlAzyVAT+HxYX7OQb/TTqIbfTTpr1rg8=", }); - try { - const stat = require("node:fs").statSync("/tmp/mysql.sock"); - console.log(stat); - } catch (e) { - console.log("couldnt stat mysql.sock", e); - } - - try { - const file = await Bun.file("/tmp/mysql.sock").arrayBuffer(); - console.log(file); - } catch (e) { - console.log("couldnt read mysql.sock", e); - } - console.log(result.stdout); console.log(result.stderr); expect(result.stderr).toBe("");