Skip to content

Commit 4bae339

Browse files
committed
Correctly calling the service endpoint in the Health client
1 parent dfc2b83 commit 4bae339

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Health/HealthClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ public function service($service, $tag = '', $passingOnly = false, QueryOptions
140140
if (null !== $err)
141141
return [null, $qm, $err];
142142

143-
echo ($response->body);exit;
144143
list($data, $err) = $this->decodeBody($response);
145144

146145
if (null !== $err)

0 commit comments

Comments
 (0)