Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 16, 2023
1 parent 7f03f01 commit a5b45ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ui/pages/myServices/MyServices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ const useStyles = tss
"maxWidth": 800
},
"helpDialogBody": {
"maxHeight": (console.log({ bellowHeaderHeight }), bellowHeaderHeight),
"maxHeight": bellowHeaderHeight,
"overflow": "auto"
}
})
Expand Down

0 comments on commit a5b45ee

Please sign in to comment.