Skip to content

Commit

Permalink
Remove harmful print
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Oct 3, 2017
1 parent 5763f24 commit 6978bba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/code_style_validation/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def resolve_changes(validator, changes)
end

changed_lines_command = changed_lines_command_array.join(' ')
print change_lines_command
format_command_array = [validator, changed_lines_command, file_name]

# validator command for formatting JUST changed lines
Expand Down

0 comments on commit 6978bba

Please sign in to comment.