mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove console.logs
This commit is contained in:
parent
2bec7ec981
commit
0e9074b0de
@ -121,12 +121,11 @@ module.exports = React.createClass({
|
||||
);
|
||||
}
|
||||
|
||||
console.log("deferreds " + deferreds.length);
|
||||
|
||||
if (deferreds.length) {
|
||||
var self = this;
|
||||
q.all(deferreds).fail(function(err) {
|
||||
// TODO: Handle err
|
||||
console.error(err);
|
||||
}).finally(function() {
|
||||
self.setState({
|
||||
uploadingRoomSettings: false,
|
||||
@ -213,7 +212,6 @@ module.exports = React.createClass({
|
||||
}
|
||||
|
||||
if (this.state.uploadingRoomSettings) {
|
||||
console.log("Uploading");
|
||||
roomEdit = <Loader/>;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user