From 4349b072f207967fc1839a4ea85ab0dbdd1da96f Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 7 Apr 2024 16:13:01 -0700 Subject: [PATCH] chore: Cleanup console log in tests --- test/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/index.js b/test/index.js index 5726155..8f7a78e 100644 --- a/test/index.js +++ b/test/index.js @@ -407,8 +407,6 @@ function suite(moduleName) { tmp + '/glob-stream-*.txt', ]; - console.log(paths); - function assert(pathObjs) { fs.unlinkSync(testFile, "test"); expect(pathObjs.length).toEqual(4);