delete debug code

This commit is contained in:
Yoggzo 2016-05-08 18:20:22 +02:00
parent 80ce348e43
commit ddcabd3d9c

View file

@ -408,8 +408,7 @@ class image implements Core{
$stream = \GuzzleHttp\Psr7\stream_for($file);
$image->uploadData($stream);
}catch(BadResponseError $e){
echo $e;
//$this->app->getErrorInstance()->BadResponseHandler($e);
$this->app->getErrorInstance()->BadResponseHandler($e);
}catch(UserInputError $e){
$this->app->getErrorInstance()->UserInputHandler($e);
}catch(BaseError $e){