Skip to content

Commit 30e81ab

Browse files
Update ArabicDiffForHumansAbstract.php
1 parent 208e905 commit 30e81ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Abstracts/ArabicDiffForHumansAbstract.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ abstract class ArabicDiffForHumansAbstract
3131
*/
3232
protected function DiffValue($diff, $unit)
3333
{
34-
echo $this->toDivideBy[$unit - 1]. '\n';
35-
3634
return ($diff / $this->toDivideBy[$unit - 1]);
3735
}
3836

0 commit comments

Comments
 (0)