We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4376222 commit e79cd0eCopy full SHA for e79cd0e
lib/fetchDownloadSourceUrlAsync.js
@@ -48,7 +48,6 @@ function fetchDownloadSourceUrlAsync(authToken, bsHost, downloadFallback, downlo
48
if(reqBody.error) {
49
throw reqBody.error;
50
}
51
- console.log(reqBody.data.endpoint);
52
callback(null, reqBody.data.endpoint);
53
} catch (e) {
54
console.error(e);
0 commit comments