Skip to content

Commit 2a03a7f

Browse files
committed
Remove debug print
1 parent 748df0a commit 2a03a7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ML/NeuralNetworkService.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ struct DecisionBatch
9292
{
9393
if (entitiesInBatch.size() > 0)
9494
{
95-
printf("Start making decision\n");
96-
9795
decisionInProgress = networkContext->decider->MakeDecision(
9896
decisionInput,
9997
decisionOutput,

0 commit comments

Comments
 (0)