Browse Source

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

Looks like this guy snuck into the commit.
master
virtuacoplenny 7 years ago
parent
commit
7672a88990

+ 0
- 1
react/features/invite/components/dial-in-summary/DialInSummary.web.js View File

@@ -70,7 +70,6 @@ class DialInSummary extends Component {
70 70
      * instance is to be initialized.
71 71
      */
72 72
     constructor(props) {
73
-        console.warn(props);
74 73
         super(props);
75 74
 
76 75
         // Bind event handlers so they are only bound once for every instance.

Loading…
Cancel
Save