1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-10 18:51:02 +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

@ -237,8 +237,6 @@ class WallabagRestController extends Controller
*/
public function getEntriesTagsAction(Entry $entry)
{
var_dump($entry->getUser()->getId());
var_dump($this->getUser()->getId());
if ($entry->getUser()->getId() != $this->getUser()->getId()) {
throw $this->createAccessDeniedException();
}