Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Jul 8, 2024
1 parent 090ffd1 commit 7cd59f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/kultCash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ app.post('/log', async (c) => {
);
}

console.log('listID', order?.listId);
console.log('items', order?.cartItems);

const orderCreate =
order != null
? {
Expand Down

0 comments on commit 7cd59f6

Please sign in to comment.