diff --git a/src/app/services/http/comment.service.ts b/src/app/services/http/comment.service.ts
index a25a5c07f83ed9ee6289b0b4746ba3f5543449d2..d8673aa279dd3247b6afc5c2c36c2057201a47df 100644
--- a/src/app/services/http/comment.service.ts
+++ b/src/app/services/http/comment.service.ts
@@ -66,6 +66,4 @@ export class CommentService extends BaseHttpService {
       catchError(this.handleError<any>('updateComment'))
     );
   }
-
-  patchComment
 }