aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-26 12:35:59 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-06 21:09:15 +0100
commitd8f9f37ab2deb172f8dfc58b3b3775990188762f (patch)
treef14912da8f63f03acf21b9ddbd47c9403b1f0fe3 /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent092ca70725b0263390e45c46f93828c613eca3f0 (diff)
downloadwallabag-d8f9f37ab2deb172f8dfc58b3b3775990188762f.tar.gz
wallabag-d8f9f37ab2deb172f8dfc58b3b3775990188762f.tar.zst
wallabag-d8f9f37ab2deb172f8dfc58b3b3775990188762f.zip
remove debug lines
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index a8085ac9..e102edc7 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -132,9 +132,5 @@ class EntryRepository extends EntityRepository
132 ->where('t.user=:userId')->setParameter('userId', 1); 132 ->where('t.user=:userId')->setParameter('userId', 1);
133 133
134 return $qb->getQuery()->getOneOrNullResult(); 134 return $qb->getQuery()->getOneOrNullResult();
135
136 return $qb
137 ->getQuery()
138 ->getOneOrNullResult();
139 } 135 }
140} 136}