Skip to content

Commit c9ac267

Browse files
committed
Remove var_dump
1 parent 8fab252 commit c9ac267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Nats/Connection.php

-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ function () {
254254
*/
255255
private function processServerInfo($connectionResponse)
256256
{
257-
var_dump($connectionResponse);
258257
$this->serverInfo = new ServerInfo($connectionResponse);
259258
}
260259

0 commit comments

Comments
 (0)