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);