Skip to content

Commit 66b0215

Browse files
committed
fix: remove logs
1 parent d92264d commit 66b0215

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/pages/Dashboard.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ export default function (): React.ReactElement {
2929

3030
const teamId = isPlatformView ? undefined : oboTeamId
3131

32-
console.log('[Dashboard] Debug info:', {
33-
oboTeamId,
34-
isPlatformView,
35-
teamId,
36-
skipQuery: !isPlatformView && !teamId,
37-
})
38-
3932
const {
4033
data: dashboard,
4134
isFetching: isFetchingDashboard,

0 commit comments

Comments
 (0)