Skip to content

Commit

Permalink
Removed Prints
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyPerets106 committed Aug 20, 2024
1 parent f8ce3e3 commit 26e41ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_erl/NerlnetApp/src/Client/clientStatem.erl
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ training(cast, In = {sample,Body}, State = #client_statem_state{etsRef = EtsRef}
ClientStatsEts = get(client_stats_ets),
stats:increment_messages_received(ClientStatsEts),
stats:increment_bytes_received(ClientStatsEts , nerl_tools:calculate_size(In)),
Size = nerl_tools:calculate_size(In),
io:format("Sample Size: ~p [Bytes]~n", [Size]),
% Size = nerl_tools:calculate_size(In),
% io:format("Sample Size: ~p [Bytes]~n", [Size]),
{SourceName , ClientName, WorkerNameStr, BatchID, BatchOfSamples} = binary_to_term(Body),
WorkerName = list_to_atom(WorkerNameStr),
WorkersEts = get(workers_ets),
Expand Down

0 comments on commit 26e41ab

Please sign in to comment.