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();
}