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:
parent
092ca70725
commit
d8f9f37ab2
3 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue