Removed log from PopoverLayout

• Removed:
- log from PopoverLayout
This commit is contained in:
mgabdev 2020-07-24 21:39:09 -05:00
parent 96b026ebf0
commit e9fbccaa12

View File

@ -29,8 +29,6 @@ export default class PopoverLayout extends PureComponent {
title,
} = this.props
console.log("popoverlayout props:", this.props)
if (isXS) {
return (
<div className={[_s.default, _s.modal, _s.px10, _s.pb10].join(' ')}>