1
0
Fork 0

Remove image_lib debuf stuff.

This commit is contained in:
Andrew Tomaka 2011-11-07 22:51:55 -05:00
parent 1352b57704
commit 78e1f28d27
1 changed files with 0 additions and 5 deletions

View File

@ -40,11 +40,6 @@ class Upload extends CI_Controller {
);
$this->load->library('image_lib',$config);
if($this->image_lib->resize() != true) echo 'dead to me.';
echo $this->image_lib->display_errors();
$message = array('type'=>'success','status'=>'Uploaded successfully', 'file'=>base_url($file_name));
}