Revert "TEMP console log project folder"

This reverts commit 411ec51817.
pull/164/head
Aaron Trudeau 2022-05-10 23:46:31 -04:00
parent 411ec51817
commit 139a8b1b78
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
3 changed files with 1 additions and 6 deletions

2
dist/index.js generated vendored
View File

@ -463,8 +463,6 @@ const Input = {
if (packageMode) {
packageName = this.getPackageNameFromPackageJson(projectPath);
this.verifyTestsFolderIsPresent(projectPath);
// eslint-disable-next-line no-console
console.log(fs_1.default.readdirSync(projectPath));
}
// Sanitise other input
const artifactsPath = rawArtifactsPath.replace(/\/$/, '');

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -107,9 +107,6 @@ const Input = {
if (packageMode) {
packageName = this.getPackageNameFromPackageJson(projectPath);
this.verifyTestsFolderIsPresent(projectPath);
// eslint-disable-next-line no-console
console.log(fs.readdirSync(projectPath));
}
// Sanitise other input