Skip to content

Commit 9c3b501

Browse files
committed
fix
1 parent 41c2e67 commit 9c3b501

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Integration/OutputNormalizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ final class OutputNormalizer
3030
{
3131
public static function normalize(string $output): string
3232
{
33-
// dd($output);
3433
$output = self::removeTrailingSpaces(
3534
self::normalizeProgressBarTimeTaken(
3635
self::normalizeMemoryUsage(

0 commit comments

Comments
 (0)