Skip to content

Commit e498554

Browse files
committed
fix: remove console.log
1 parent 630dc1c commit e498554

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/clients/api/interceptors.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ export async function requestInterceptor(
77
const token = await getStorageItem('userApiToken');
88
const sellerId = await getStorageItem('userId');
99

10-
console.log('Token: ', token);
11-
console.log('Id', sellerId);
12-
1310
config.headers.Authorization = `JWT ${token}`;
1411
config.headers.sellerid = sellerId;
1512
config.headers['Accept-Language'] = 'pt-br';

0 commit comments

Comments
 (0)