Skip to content

Commit

Permalink
[#236] Update katana version and remove call to erlang:display
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Aug 27, 2015
1 parent 1f17bd0 commit 02c63c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/elvis_style.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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, _} -> [];
Expand Down

0 comments on commit 02c63c6

Please sign in to comment.