Skip to content

Commit 1ad85e2

Browse files
committed
Removed debug code (woopsie)
1 parent 35d4187 commit 1ad85e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Gitlab/HttpClient/Listener/ErrorListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public function postSend(RequestInterface $request, MessageInterface $response)
4545
if (is_array($content) && isset($content['message'])) {
4646
if (400 == $response->getStatusCode()) {
4747
throw new ErrorException($content['message'], 400);
48-
} elseif (422 == $response->getStatusCode() && isset($content['errors'])) {
49-
debug ($content);
5048
}
5149
}
5250

0 commit comments

Comments
 (0)