delete debug code
This commit is contained in:
parent
80ce348e43
commit
ddcabd3d9c
1 changed files with 1 additions and 2 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Reference in a new issue