1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-15 13:45:04 -05:00

Remove useless debug

This commit is contained in:
Vincent Jousse 2013-11-23 00:20:40 +01:00
parent e671df3151
commit c5ef984560

View File

@ -10,7 +10,6 @@ class ApiTest extends WebTestCase
require __DIR__.'/../../app/app.php';
require __DIR__ . '/../../app/controllers/controllers.php';
$app['debug'] = true;
return $app;
}