Skip to content

Commit

Permalink
less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 29, 2024
1 parent 990b5b5 commit f39bc41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,7 @@ class MainActivity
if (f.kind == ToxVars.TOX_FILE_KIND.TOX_FILE_KIND_AVATAR.value)
{
val avatar_chunk_hex = bytesToHex(data!!, 0, length.toInt()).uppercase()
Log.i(TAG, "callback_file_recv_chunk_cb:incoming avatar chunk: " + position + " " + length) // + " " + avatar_chunk_hex)
// Log.i(TAG, "callback_file_recv_chunk_cb:incoming avatar chunk: " + position + " " + length) // + " " + avatar_chunk_hex)
add_friend_avatar_chunk(friend_pk, avatar_chunk_hex, (position == 0L))
}
else
Expand Down

0 comments on commit f39bc41

Please sign in to comment.