Remove unessesary log

This commit is contained in:
garronej
2022-09-04 21:48:46 +02:00
parent 9caaa507b1
commit 6d9e62d2b4

View File

@ -81,8 +81,6 @@ const testAppPaths = (() => {
.filter(exclude(undefined)); .filter(exclude(undefined));
})(); })();
console.log(testAppPaths);
if (testAppPaths.length === 0) { if (testAppPaths.length === 0) {
console.error("No test app to link into!"); console.error("No test app to link into!");
process.exit(-1); process.exit(-1);