Code cleanup

This commit is contained in:
DHTMLGoodies
2013-01-18 14:38:50 +01:00
parent be3a529058
commit 8708b00cf7
3 changed files with 12 additions and 19 deletions

View File

@@ -64,7 +64,6 @@ class PgnGameParser{
if($i==0){
$this->moveBuilder->addCommentBeforeFirstMove($parts[$i+1]);
}else{
$this->moveBuilder->addComment($parts[$i+1]);
}
$i+=2;