Skip to content

Commit 6a6bb55

Browse files
committed
chore: remove logging for response message
1 parent 5a5faf1 commit 6a6bb55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: bin/helpers/buildArtifacts.js

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ const downloadAndUnzip = async (filePath, fileName, url) => {
114114
reject(Constants.userMessages.DOWNLOAD_BUILD_ARTIFACTS_NOT_FOUND);
115115
}
116116
const errorMsg = `Non 200 status code, got status code: ${response.statusCode}`;
117-
logger.debug(`${errorMsg} with response: ${response.message}`);
118117
reject(errorMsg);
119118
} else {
120119
//ensure that the user can call `then()` only when the file has

0 commit comments

Comments
 (0)