diff --git a/src/app/screen-line.coffee b/src/app/screen-line.coffee index 75b58f36a..3bac61dcf 100644 --- a/src/app/screen-line.coffee +++ b/src/app/screen-line.coffee @@ -106,9 +106,6 @@ class ScreenLine breakOutLeadingWhitespace = token.isOnlyWhitespace() if breakOutLeadingWhitespace outputTokens - # Public: Determins if the current line is commented. - # - # Returns a {Boolean}. isComment: -> for token in @tokens continue if token.scopes.length is 1