mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
Remove debug logging
This commit is contained in:
parent
a2b28b826c
commit
e21d435d84
@ -20,8 +20,6 @@ module.exports = React.createClass({
|
|||||||
displayName: 'VectorCustomServerDialog',
|
displayName: 'VectorCustomServerDialog',
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
console.log("State: %s", JSON.stringify(this.state));
|
|
||||||
console.log("Props: %s", JSON.stringify(this.props));
|
|
||||||
return (
|
return (
|
||||||
<div className="mx_ErrorDialog">
|
<div className="mx_ErrorDialog">
|
||||||
<div className="mx_ErrorDialogTitle">
|
<div className="mx_ErrorDialogTitle">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user