]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment-add.component.ts
Remove unused variable
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment-add.component.ts
index b374ed7d56e1a8a3a376658153ab7d5299ea4d95..fb7de0e048f9af6a43bbd0d39633a95f7a3dfadf 100644 (file)
@@ -51,8 +51,6 @@ export class VideoCommentAddComponent extends FormReactive implements OnInit {
       text: this.videoCommentValidatorsService.VIDEO_COMMENT_TEXT
     })
 
-    this.uri = this.router.url
-
     if (this.user) {
       if (this.focusOnInit === true) {
         this.textareaElement.nativeElement.focus()