Remove excess console.log
This commit is contained in:
parent
e2658c41e5
commit
eca3207d4e
@ -1145,7 +1145,6 @@ const functions = {
|
||||
return errorId;
|
||||
},
|
||||
async sendHeartbeat(url) {
|
||||
console.log(url);
|
||||
https.get(url, async (response) => {
|
||||
let data = '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user