1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Removed leftover debug logs (#4088)

This commit is contained in:
Harshil Sharma 2022-10-27 10:46:24 +05:30 committed by GitHub
parent cf90ce4e52
commit e086941fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,8 +99,6 @@ const Sidebar = (props: Props) => {
}, [windowDimensions])
if (!boards) {
// eslint-disable-next-line no-console
console.log('AAAA')
return <div/>
}
@ -115,14 +113,10 @@ const Sidebar = (props: Props) => {
}
if (!me) {
// eslint-disable-next-line no-console
console.log('BBBB')
return <div/>
}
if (isHidden) {
// eslint-disable-next-line no-console
console.log('CCCC')
return (
<div className='Sidebar octo-sidebar hidden'>
<div className='octo-sidebar-header show-button'>
@ -149,8 +143,6 @@ const Sidebar = (props: Props) => {
)
}
// eslint-disable-next-line no-console
console.log('DDDD')
return (
<div className='Sidebar octo-sidebar'>
{!Utils.isFocalboardPlugin() &&