]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/WallabagRestController.php
remove debug lines
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / WallabagRestController.php
index 81bfbe12a58bf40a0facf908f6f711a36a6b834a..4215e4478ddcfc66487ebbb9b5085f56a1072c1a 100644 (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();
         }