Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
matrix-react-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Matrix.org
matrix-react-sdk
Commits
0e9074b0
Commit
0e9074b0
authored
Jul 21, 2015
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Remove console.logs
parent
2bec7ec9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
skins/base/views/organisms/RoomView.js
+1
-3
1 addition, 3 deletions
skins/base/views/organisms/RoomView.js
with
1 addition
and
3 deletions
skins/base/views/organisms/RoomView.js
+
1
−
3
View file @
0e9074b0
...
@@ -121,12 +121,11 @@ module.exports = React.createClass({
...
@@ -121,12 +121,11 @@ module.exports = React.createClass({
);
);
}
}
console
.
log
(
"
deferreds
"
+
deferreds
.
length
);
if
(
deferreds
.
length
)
{
if
(
deferreds
.
length
)
{
var
self
=
this
;
var
self
=
this
;
q
.
all
(
deferreds
).
fail
(
function
(
err
)
{
q
.
all
(
deferreds
).
fail
(
function
(
err
)
{
// TODO: Handle err
// TODO: Handle err
console
.
error
(
err
);
}).
finally
(
function
()
{
}).
finally
(
function
()
{
self
.
setState
({
self
.
setState
({
uploadingRoomSettings
:
false
,
uploadingRoomSettings
:
false
,
...
@@ -213,7 +212,6 @@ module.exports = React.createClass({
...
@@ -213,7 +212,6 @@ module.exports = React.createClass({
}
}
if
(
this
.
state
.
uploadingRoomSettings
)
{
if
(
this
.
state
.
uploadingRoomSettings
)
{
console
.
log
(
"
Uploading
"
);
roomEdit
=
<
Loader
/>
;
roomEdit
=
<
Loader
/>
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment