Skip to content

Commit db3bca9

Browse files
zmotsoMinishlink
authored andcommitted
Remove var_dump from Utils (#219)
1 parent 8da4820 commit db3bca9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Utils.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public static function unserializePublicKey(string $data): array
5050
{
5151
$data = bin2hex($data);
5252
if (mb_substr($data, 0, 2, '8bit') !== '04') {
53-
var_dump($data);
5453
throw new \InvalidArgumentException('Invalid data: only uncompressed keys are supported.');
5554
}
5655
$data = mb_substr($data, 2, null, '8bit');

0 commit comments

Comments
 (0)