Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Oct 29, 2024
1 parent 793760e commit 5cb8b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/controllers/abstract_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ void AbstractController::SetTransferSize(int length, int size)

// The number of bytes to transfer in a single chunk
chunk_size = size;

LogTrace(fmt::format("Going to transfer {0} byte(s) in chunks of {1} byte(s)", total_length, chunk_size));
}

void AbstractController::CopyToBuffer(const void *src, size_t size) // NOSONAR Any kind of source data is permitted
Expand Down

0 comments on commit 5cb8b4f

Please sign in to comment.