From 6d9e62d2b4fc2769baa3f30adc2ef5fd249d9e3a Mon Sep 17 00:00:00 2001 From: garronej Date: Sun, 4 Sep 2022 21:48:46 +0200 Subject: [PATCH] Remove unessesary log --- src/bin/link_in_test_app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/link_in_test_app.ts b/src/bin/link_in_test_app.ts index d8759539..b482c1f1 100644 --- a/src/bin/link_in_test_app.ts +++ b/src/bin/link_in_test_app.ts @@ -81,8 +81,6 @@ const testAppPaths = (() => { .filter(exclude(undefined)); })(); -console.log(testAppPaths); - if (testAppPaths.length === 0) { console.error("No test app to link into!"); process.exit(-1);