diff --git a/src/EtcdClient.php b/src/EtcdClient.php index ed50018..75cb457 100644 --- a/src/EtcdClient.php +++ b/src/EtcdClient.php @@ -135,7 +135,6 @@ public function testConnect(array $options = []) return false; } - var_dump($body); if (!empty($body)) { return true; }