Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Dec 25, 2024
1 parent 48baffe commit 5f89849
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/gui/integration-test/dashboard/actions/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@ async function mockApiInternal({ page, setupAPI }: MockParams) {
const alreadyDeleted = deletedAssets.has(assetId)
deletedAssets.add(assetId)

console.log(JSON.stringify({ deletedAssets: Array.from(deletedAssets), assetId }, null, 2))

return !alreadyDeleted
}

Expand Down

0 comments on commit 5f89849

Please sign in to comment.