mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-13 03:26:21 +01: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 hasModal = !!modals;
|
||||||
const hasOnlyComposer =
|
const hasOnlyComposer =
|
||||||
modals.length === 1 && modals[0].querySelector('#compose-container');
|
modals.length === 1 && modals[0].querySelector('#compose-container');
|
||||||
console.log('hasModal', hasModal, 'hasOnlyComposer', hasOnlyComposer);
|
|
||||||
return hasModal && !hasOnlyComposer;
|
return hasModal && !hasOnlyComposer;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue