diff --git a/src/App.tsx b/src/App.tsx index eac9463..61f28f9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -51,10 +51,6 @@ function App() { console.error('Failed to retrieve data:', error); } } - - messageBus.getData('467b005278cf516a42a54ba777fcbab29748072b52c01a988a596662e7b7844a:0', 'ada06b5c6e5add8a281b284a31a258355b33a9f0dbc4a5dcfe77dfd4eb904011').then((data: any) => { - console.log(data); - }); }); }); }