Skip to content

Commit 18a9678

Browse files
author
Matt Gaunt
committed
Removing console log
1 parent 1956b52 commit 18a9678

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/web-push-lib.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ WebPushLib.prototype.sendNotification =
253253

254254
pushResponse.on('end', function() {
255255
if (pushResponse.statusCode !== 201) {
256-
console.log(responseText);
257256
reject(new WebPushError('Received unexpected response code',
258257
pushResponse.statusCode, pushResponse.headers, responseText));
259258
} else {

0 commit comments

Comments
 (0)