aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/loading.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/loading.js')
-rw-r--r--ui/app/loading.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/loading.js b/ui/app/loading.js
index 47b758cb6..9288256de 100644
--- a/ui/app/loading.js
+++ b/ui/app/loading.js
@@ -19,7 +19,6 @@ function LoadingIndicator() {
}
LoadingIndicator.prototype.render = function() {
- console.dir(this.props)
var isLoading = this.props.isLoading
return (
@@ -44,7 +43,6 @@ LoadingIndicator.prototype.render = function() {
src: 'images/loading.svg',
}),
]) : null,
-
])
)
}