Skip to content

Commit

Permalink
AeriaDebug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Azzolini committed Apr 9, 2015
1 parent 348d4c2 commit 613c55b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/AeriaNetwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public static function send($uri, $data=[], $method='GET', $headers=[], $additio
if (empty($content)) throw new Exception("Empty response");
} catch (Exception $e) {
curl_close($ch);
AeriaDebug::exception($e);
static::$errors[] = $e->getMessage();
return null;
}
Expand Down

0 comments on commit 613c55b

Please sign in to comment.