mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-20 19:52:09 +00:00
remove debug lines
This commit is contained in:
parent
092ca70725
commit
d8f9f37ab2
3 changed files with 0 additions and 8 deletions
|
@ -132,9 +132,5 @@ class EntryRepository extends EntityRepository
|
|||
->where('t.user=:userId')->setParameter('userId', 1);
|
||||
|
||||
return $qb->getQuery()->getOneOrNullResult();
|
||||
|
||||
return $qb
|
||||
->getQuery()
|
||||
->getOneOrNullResult();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue