Skip to content
Snippets Groups Projects
Commit 69af6ebc authored by Alex's avatar Alex
Browse files

Remove forgotten log line

parent 298f0931
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5566 passed
......@@ -68,7 +68,6 @@ class WowaJob implements ShouldQueue
foreach ($evidence_references as $evidence_reference) {
$scores_references[] = Mark::get()->findEvidenceById($evidence_reference)->score;
}
error_log('Score references stored', 3, __DIR__.'/../../storage/logs/training.log');
$this->evidences[] = $scores_references;
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment