Skip to content

Commit ce836cd

Browse files
committed
remove console.log
1 parent 05b0338 commit ce836cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/zerobounce/actions/get-validation-results-file/get-validation-results-file.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ export default {
3535
},
3636
async validateFileId({ $ }) {
3737
try {
38-
const x = await this.getResultsFile({
38+
return await this.getResultsFile({
3939
$,
4040
});
41-
console.log(x);
42-
return true;
4341
} catch {
4442
throw new ConfigurationError("File not found. Make sure the File ID is correct");
4543
}

0 commit comments

Comments
 (0)