Skip to content
Snippets Groups Projects
Commit 22f3271a authored by Mathis Neumann's avatar Mathis Neumann
Browse files

remove debugging interval

parent ac4aaccd
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,9 @@ export default Component.extend({
currentSeriesTab: 0,
currentMode: 'series',
init() {
if(!this.get('entity.statusInformations')) {
this.set('currentMode', 'series');
if(this.get('entity.statusInformations')) {
this.set('currentMode', 'statusInformations');
}
setInterval(() => this.debug('statusInformations', this.get('entity.statusInformations')), 1000);
this._super(...arguments);
},
updateDefaultTab: observer('entity.statusInformations', function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment