Skip to content

Commit f567c5c

Browse files
author
Paul Johnston
committed
Remove excess logging
1 parent 2a6b36a commit f567c5c

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

js/ui/app.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ class App extends Component {
6767
* @param {!boolean} b
6868
*/
6969
setLoading(c, b) {
70-
if (b) {
71-
console.warn("Starting Loading " + c.getPathUrl());
72-
} else {
73-
console.warn("Stop Loaded " + c.getPathUrl());
74-
}
7570
}
7671

7772
/**

js/ui/core.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -767,11 +767,6 @@ class App extends Component {
767767
* @param {!boolean} b
768768
*/
769769
setLoading(c, b) {
770-
if (b) {
771-
console.warn("Starting Loading " + c.getPathUrl());
772-
} else {
773-
console.warn("Stop Loaded " + c.getPathUrl());
774-
}
775770
}
776771

777772
/**

0 commit comments

Comments
 (0)