Skip to content

Commit

Permalink
chore: remove verbose logs (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Sep 9, 2023
1 parent 2bef6d3 commit b06a850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ router.post('/upload', async (req, res) => {
cid: result.cid,
provider: result.provider
};
console.log('Upload success', result.provider, result.cid);

return rpcSuccess(res, file);
} catch (e: any) {
Expand Down

0 comments on commit b06a850

Please sign in to comment.