remove logs
This commit is contained in:
parent
a3045f406c
commit
b9080f64b0
@ -22,9 +22,6 @@ export class AutoRefreshComponent implements OnInit {
|
||||
setInterval(() => {
|
||||
if (this.isFlagActive) {
|
||||
this.map.autoRefresh();
|
||||
console.log('Update triggered');
|
||||
} else {
|
||||
console.log('no Update triggered');
|
||||
}
|
||||
}, 30000);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user