We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1956b52 commit 18a9678Copy full SHA for 18a9678
src/web-push-lib.js
@@ -253,7 +253,6 @@ WebPushLib.prototype.sendNotification =
253
254
pushResponse.on('end', function() {
255
if (pushResponse.statusCode !== 201) {
256
- console.log(responseText);
257
reject(new WebPushError('Received unexpected response code',
258
pushResponse.statusCode, pushResponse.headers, responseText));
259
} else {
0 commit comments