Skip to content

Commit 1be15ec

Browse files
committed
comment debug log
1 parent 3b06f7b commit 1be15ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_tools/newpostcheck.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const fetch = require("node-fetch");
4242

4343
var dataString = JSON.stringify(postData);
4444

45-
console.log(dataString);
45+
// console.log(dataString);
4646

4747
var options = {
4848
url: 'https://app.webpushr.com/api/v1/notification/send/all',
@@ -52,7 +52,7 @@ const fetch = require("node-fetch");
5252
};
5353

5454
function callback(error, response, body) {
55-
console.log(response.statusCode);
55+
5656
if (response.statusCode !== 200) {
5757
console.log(body);
5858
} else {

0 commit comments

Comments
 (0)