From 6176214d45e4b6224bc372b251984fb86be2a2d7 Mon Sep 17 00:00:00 2001 From: Zach Fox <fox@highfidelity.io> Date: Thu, 15 Aug 2019 17:00:59 -0700 Subject: [PATCH] Remove extra log --- scripts/simplifiedUI/simplifiedEmote/simplifiedEmote.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/simplifiedUI/simplifiedEmote/simplifiedEmote.js b/scripts/simplifiedUI/simplifiedEmote/simplifiedEmote.js index b887a2d5b2..6a08165a26 100644 --- a/scripts/simplifiedUI/simplifiedEmote/simplifiedEmote.js +++ b/scripts/simplifiedUI/simplifiedEmote/simplifiedEmote.js @@ -320,7 +320,6 @@ function showEmoteAppBar() { function handleEmoteIndicatorVisibleChanged(newValue) { - console.log("ZRF 2" + emoteAppBarWindow); if (newValue && !emoteAppBarWindow) { showEmoteAppBar(); } else if (emoteAppBarWindow) {