Skip to content

Commit 77c3d2b

Browse files
authored
Merge pull request #52 from apisearch-io/fix/removed-print
Removed print
2 parents f6fc257 + da78fdf commit 77c3d2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Model/IndexUUID.php

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class IndexUUID implements HttpTransportable, UUIDReference
3737
private function __construct(string $id)
3838
{
3939
if (strpos($id, '_') > 0) {
40-
var_dump($id);
4140
throw InvalidFormatException::indexUUIDFormatNotValid();
4241
}
4342

0 commit comments

Comments
 (0)