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 <[email protected]>
  • Loading branch information
jfcherng committed Mar 10, 2024
1 parent dff8047 commit b496ddf
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 @@ -296,8 +296,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 b496ddf

Please sign in to comment.