Skip to content

Commit be755b0

Browse files
committed
chore: 🤖 Minor clean-up
1 parent d78503c commit be755b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎examples/client/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export const App = () => {
5757
if (client.current) {
5858
client.current.deals.getAll().then((newDeals) => {
5959
setDeals(newDeals);
60-
console.log('@@@===', newDeals);
6160
}).catch(console.error);
6261
}
6362
};

0 commit comments

Comments
 (0)