Skip to content

Commit

Permalink
fix: remove debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Mar 10, 2024
1 parent 0a0f50a commit 8bafc7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Differ.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ public function getStatistics(): array
}
}

var_dump($this->oldSrcLength);

$ret['unmodified'] = $this->oldSrcLength - $ret['deleted'];
$ret['changedRatio'] = 1 - ($ret['unmodified'] / $this->oldSrcLength);

Expand Down

0 comments on commit 8bafc7b

Please sign in to comment.