mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
Remove extra log
This commit is contained in:
parent
a053f9ed9e
commit
6176214d45
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@ function showEmoteAppBar() {
|
||||||
|
|
||||||
|
|
||||||
function handleEmoteIndicatorVisibleChanged(newValue) {
|
function handleEmoteIndicatorVisibleChanged(newValue) {
|
||||||
console.log("ZRF 2" + emoteAppBarWindow);
|
|
||||||
if (newValue && !emoteAppBarWindow) {
|
if (newValue && !emoteAppBarWindow) {
|
||||||
showEmoteAppBar();
|
showEmoteAppBar();
|
||||||
} else if (emoteAppBarWindow) {
|
} else if (emoteAppBarWindow) {
|
||||||
|
|
Loading…
Reference in a new issue