diff --git a/Makefile b/Makefile index 98e2d7d..88e1d03 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ dep_ibrowse = git git://github.com/cmullaparthi/ibrowse v4.1.1 dep_aleppo = git git://github.com/inaka/aleppo 0.9.1 dep_zipper = git git://github.com/inaka/zipper 0.1.2 dep_egithub = git git://github.com/inaka/erlang-github 0.1.7 -dep_katana = git git://github.com/inaka/erlang-katana 0.2.4 +dep_katana = git git://github.com/inaka/erlang-katana 0.2.10 include erlang.mk diff --git a/src/elvis_style.erl b/src/elvis_style.erl index 64a0b11..77acfce 100644 --- a/src/elvis_style.erl +++ b/src/elvis_style.erl @@ -613,7 +613,6 @@ check_operator_spaces_rule(Line, Num, {Position, Operator}, Root) -> not_found -> undefined; {ok, Token} -> ktn_code:type(Token) end, - erlang:display({Type, TokenType, {Num, Col}}), case {Type, TokenType} of {atom, _} -> []; {binary_element, _} -> [];