We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748df0a commit 2a03a7fCopy full SHA for 2a03a7f
src/ML/NeuralNetworkService.hpp
@@ -92,8 +92,6 @@ struct DecisionBatch
92
{
93
if (entitiesInBatch.size() > 0)
94
95
- printf("Start making decision\n");
96
-
97
decisionInProgress = networkContext->decider->MakeDecision(
98
decisionInput,
99
decisionOutput,
0 commit comments