fix(dial-in): remove console.warn used for debugging (#2547)

Looks like this guy snuck into the commit.
This commit is contained in:
virtuacoplenny 2018-03-01 15:50:23 -08:00 committed by bbaldino
parent 5a45b52881
commit 7672a88990
1 changed files with 0 additions and 1 deletions

View File

@ -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.