Skip to content

Commit c51e4f5

Browse files
committed
Remove log
1 parent 3f74636 commit c51e4f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/jobs/ping.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class PingJob extends job.Job {
2323

2424
try {
2525
var custom = await tracker.getAllData();
26-
console.log("custom", custom);
2726
if (Object.keys(custom).length) {
2827
user.user_details({"custom": custom });
2928
}

0 commit comments

Comments
 (0)