Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaric committed Aug 26, 2017
1 parent c2501e7 commit ca7048e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tds/protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ defmodule Tds.Protocol do
defp new_data(<<data::binary>>, %{state: state, pak_header: pak_header, pak_data: pak_data} = s) do
<<type::int8, status::int8, size::int16, _head_rem::int32>> = pak_header
size = size - 8 #size includes packet header
IO.puts inspect(data)
case data do
<<package::binary(size), tail::binary>> ->
#satisfied size specified in packet header
Expand Down

0 comments on commit ca7048e

Please sign in to comment.