Remove excess console.log

This commit is contained in:
Skylar Grant 2023-08-10 22:16:23 -04:00
parent e2658c41e5
commit eca3207d4e
1 changed files with 0 additions and 1 deletions

View File

@ -1145,7 +1145,6 @@ const functions = {
return errorId; return errorId;
}, },
async sendHeartbeat(url) { async sendHeartbeat(url) {
console.log(url);
https.get(url, async (response) => { https.get(url, async (response) => {
let data = ''; let data = '';