From a299af12e8fb9fbdb7c2280ba0f06f4a9c519e08 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Tue, 20 Jun 2017 08:46:18 +0100 Subject: [PATCH] Remove debug helper --- .../directives/aceEditor/spell-check/SpellCheckManager.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/web/public/coffee/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.coffee b/services/web/public/coffee/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.coffee index 21866686cf..48870b9ba2 100644 --- a/services/web/public/coffee/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.coffee +++ b/services/web/public/coffee/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.coffee @@ -53,9 +53,6 @@ define [ @$scope.learnWord = (highlight) => @learnWord(highlight) - # DEBUG - window.BLANK = @blankOutBlacklistedCommands - runFullCheck: () -> @highlightedWordManager.clearRows() if @$scope.spellCheckLanguage and @$scope.spellCheckLanguage != ""