Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Dec 19, 2024
1 parent 4b83acc commit 3c28d8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/project/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ exports.handler = async options => {
options.translate
);

console.log(result);

if (result.uploadError) {
if (
isSpecifiedError(result.uploadError, {
Expand Down

0 comments on commit 3c28d8c

Please sign in to comment.