aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-04-26 12:25:32 +0100
committerStephen Blott2015-04-26 12:25:32 +0100
commit3782b1da16829a7f69de9225d43a034fe295e245 (patch)
treed83ecb7191c60d3d93a6935c8a0eaeccd669fbe9
parente620be90e8a3ce705d6d57298cb93af78f6eecb1 (diff)
downloadvimium-3782b1da16829a7f69de9225d43a034fe295e245.tar.bz2
Remove (overlooked) debugging code.
-rw-r--r--content_scripts/ui_component.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee
index ea0bf776..2cbdaa70 100644
--- a/content_scripts/ui_component.coffee
+++ b/content_scripts/ui_component.coffee
@@ -78,7 +78,7 @@ class UIComponent
highlight: false
highlightOnlyIfNotTop: true
- if windowIsFocused() and false
+ if windowIsFocused()
# We already have the focus.
refocusSourceFrame()
else