Remove unessesary log
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user