Skip to content

Commit

Permalink
removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dartcafe committed Oct 10, 2020
1 parent 79e2b1c commit 18e51c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Controller/CommentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ public function add($pollId, $message, $token) {
* @return DataResponse
*/
public function delete($commentId, $token) {
\OC::$server->getLogger()->alert('CommentId: ' . $commentId);
\OC::$server->getLogger()->alert('Token: ' . $token);
try {
return new DataResponse($this->commentService->delete($commentId, $token), Http::STATUS_OK);
} catch (NotAuthorizedException $e) {
Expand Down

0 comments on commit 18e51c6

Please sign in to comment.