mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
Remove console log
This commit is contained in:
parent
065add5575
commit
b6d8c46e2c
1 changed files with 0 additions and 1 deletions
|
@ -392,7 +392,6 @@ function Compose({
|
|||
const hasModal = !!modals;
|
||||
const hasOnlyComposer =
|
||||
modals.length === 1 && modals[0].querySelector('#compose-container');
|
||||
console.log('hasModal', hasModal, 'hasOnlyComposer', hasOnlyComposer);
|
||||
return hasModal && !hasOnlyComposer;
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue