1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

remove debug lines

This commit is contained in:
Nicolas Lœuillet 2015-02-26 12:35:59 +01:00
parent 092ca70725
commit d8f9f37ab2
3 changed files with 0 additions and 8 deletions

View file

@ -163,8 +163,6 @@ class WallabagRestControllerTest extends WallabagTestCase
->getRepository('WallabagCoreBundle:Entry')
->findOneWithTags(1);
var_dump($entry->getTitle());
if (!$entry) {
$this->markTestSkipped('No content found in db.');
}