Skip to content

Commit 833f5dc

Browse files
Update ClientFactory.php
1 parent 4c4cea3 commit 833f5dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ClientFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class ClientFactory
1010
protected array $configuration;
1111

1212
public function __construct(array $configuration) {
13-
var_export($configuration);
1413
$this->configuration = $configuration;
1514
}
1615

0 commit comments

Comments
 (0)