From f0bd56193c6820459d2456badc4b71a660eb63ac Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Sat, 27 Feb 2021 19:40:45 -0500 Subject: [PATCH] Remove debugging junk code --- cdbscreens.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cdbscreens.js b/cdbscreens.js index d2de2a8..e7133bc 100644 --- a/cdbscreens.js +++ b/cdbscreens.js @@ -43,13 +43,6 @@ async function cdbscreens() { if(config.dryrun) return mylog(`upload screenshot ${send.hash} DRY RUN`); mylog(`uploading screenshot ${send.hash}...`); - console.log({ - title: send.hash, - file: { - buffer: send.data, - content_type: 'application/octet-stream' - } - }); await cdbfetch(`${shoturl}new/`, 'post', { title: send.hash, file: {