From 13ab2134a9427a22f6f0f20963f2bb8e076947cc Mon Sep 17 00:00:00 2001 From: KDSBrowne <kert.browne85@gmail.com> Date: Thu, 8 Jun 2017 11:06:04 -0700 Subject: [PATCH] remove console log --- .../imports/ui/components/dropdown/list/component.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/dropdown/list/component.jsx b/bigbluebutton-html5/imports/ui/components/dropdown/list/component.jsx index 50ecedd0fa..72f40b9b7b 100755 --- a/bigbluebutton-html5/imports/ui/components/dropdown/list/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/dropdown/list/component.jsx @@ -205,7 +205,6 @@ export default class DropdownList extends Component { const { getDropdownMenuParent, onActionsHide} = this.props; const { dropdownHide } = this.props; - console.log("click"); if ( getDropdownMenuParent ) { onActionsHide(); }else{ -- GitLab