]> jfr.im git - uguu.git/blobdiff - src/Classes/Response.php
Update Response.php
[uguu.git] / src / Classes / Response.php
index 6e60b69965430fcf1e4446968a92bc206acb9726..678dff66eb532b152ef95800d8fcdedf4e451347 100644 (file)
@@ -55,7 +55,6 @@
                 default:
                     header('Content-Type: application/json; charset=UTF-8');
                     $this->type = 'json';
-                    $this->error(400, 'Invalid response type. Valid options are: csv, html, json, text.');
                     break;
             }
         }