]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Repository/EntryRepository.php
remove debug lines
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Repository / EntryRepository.php
index a8085ac9cbeb01bdc4c7bb6331ef1b72f6380765..e102edc7a3ffe4ae0d645694cc15f9a6c668a076 100644 (file)
@@ -132,9 +132,5 @@ class EntryRepository extends EntityRepository
             ->where('t.user=:userId')->setParameter('userId', 1);
 
         return $qb->getQuery()->getOneOrNullResult();
-
-        return $qb
-            ->getQuery()
-            ->getOneOrNullResult();
     }
 }