Skip to content

Commit cf1204a

Browse files
committed
Remove debug statement
1 parent a1dda5f commit cf1204a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Field/GravatarFieldTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,5 @@ public function test_get_value(): void {
3232
'src="https://gravatar.com/avatar/' . md5( '[email protected]' ) . '?size=200&default=wavatar&rating=pg',
3333
$html,
3434
);
35-
36-
echo $html;
3735
}
3836
}

0 commit comments

Comments
 (0)