From 7672a889909a62a3a38bafd38727921fa866367e Mon Sep 17 00:00:00 2001 From: virtuacoplenny Date: Thu, 1 Mar 2018 15:50:23 -0800 Subject: [PATCH] fix(dial-in): remove console.warn used for debugging (#2547) Looks like this guy snuck into the commit. --- .../invite/components/dial-in-summary/DialInSummary.web.js | 1 - 1 file changed, 1 deletion(-) diff --git a/react/features/invite/components/dial-in-summary/DialInSummary.web.js b/react/features/invite/components/dial-in-summary/DialInSummary.web.js index 48adfce005..95bd9cae02 100644 --- a/react/features/invite/components/dial-in-summary/DialInSummary.web.js +++ b/react/features/invite/components/dial-in-summary/DialInSummary.web.js @@ -70,7 +70,6 @@ class DialInSummary extends Component { * instance is to be initialized. */ constructor(props) { - console.warn(props); super(props); // Bind event handlers so they are only bound once for every instance.