Skip to content

Commit

Permalink
Returned the Steinitz evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 12, 2025
1 parent 435a2e5 commit f99ccbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Command/Game/Blocking/ExtractTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public function run()

return [
'steinitz' => SanExtractor::steinitz($f, $board->clone(), $this->params['movetext']),
'mean' => SanExtractor::mean($f, $board->clone(), $this->params['movetext']),
'sd' => SanExtractor::sd($f, $board->clone(), $this->params['movetext']),
];
}
}

0 comments on commit f99ccbc

Please sign in to comment.