Remove debugging junk code
This commit is contained in:
parent
9d17b96bd9
commit
f0bd56193c
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user