Skip to content

Commit

Permalink
chore: 🔥 cleanup consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Oct 14, 2024
1 parent af787ac commit 3ea918c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/Endpoint/Endpoint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ const EndPoint = () => {
const app_id = localStorage.getItem('config.app_id') ?? default_endpoint.app_id;
const current_url = `wss://${server_url}/websockets/v3?app_id=${app_id}&l=${getCurrentLanguage()}&brand=deriv`;

console.log(register('server_url'));

return (
<React.Fragment>
<div className='container'>
Expand Down

0 comments on commit 3ea918c

Please sign in to comment.