]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php
remove debug lines
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Tests / Controller / WallabagRestControllerTest.php
index 044485376780709117682a59c48128ee54280a3d..b0f4a84254a26eaeea9452b7fd65a68726d0de81 100644 (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.');
         }