Remove debugging junk code

This commit is contained in:
Aaron Suen 2021-02-27 19:40:45 -05:00
parent 9d17b96bd9
commit f0bd56193c

View File

@ -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: {