Skip to content

Commit e79cd0e

Browse files
Remove debug log
1 parent 4376222 commit e79cd0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/fetchDownloadSourceUrlAsync.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function fetchDownloadSourceUrlAsync(authToken, bsHost, downloadFallback, downlo
4848
if(reqBody.error) {
4949
throw reqBody.error;
5050
}
51-
console.log(reqBody.data.endpoint);
5251
callback(null, reqBody.data.endpoint);
5352
} catch (e) {
5453
console.error(e);

0 commit comments

Comments
 (0)