Remove console.log
This commit is contained in:
parent
03b715b8bf
commit
a077abfb99
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
console.log("Render");
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<ul className="mx_UserIdList" ref="list">
|
<ul className="mx_UserIdList" ref="list">
|
||||||
|
|
Loading…
Reference in a new issue