From 70a7687574ab995eef0e78ca6e1a66e1ef518ecc Mon Sep 17 00:00:00 2001 From: Vitor Mateus De Almeida <vitormateusalmeida@gmail.com> Date: Tue, 27 Apr 2021 11:37:33 -0300 Subject: [PATCH] remove commented code --- bigbluebutton-html5/imports/ui/components/poll/component.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/poll/component.jsx b/bigbluebutton-html5/imports/ui/components/poll/component.jsx index 5b7355f948..85b22e6569 100644 --- a/bigbluebutton-html5/imports/ui/components/poll/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/poll/component.jsx @@ -213,11 +213,6 @@ class Poll extends Component { }); } - // Duplicated function - // handleInputChange(index, event) { - // this.handleInputTextChange(index, event.target.value); - // } - handleInputTextChange(index, text) { const { optList } = this.state; // This regex will replace any instance of 2 or more consecutive white spaces -- GitLab