remove logs

This commit is contained in:
tim-herbst 2020-12-30 12:17:50 +01:00
parent a3045f406c
commit b9080f64b0

View File

@ -22,9 +22,6 @@ export class AutoRefreshComponent implements OnInit {
setInterval(() => { setInterval(() => {
if (this.isFlagActive) { if (this.isFlagActive) {
this.map.autoRefresh(); this.map.autoRefresh();
console.log('Update triggered');
} else {
console.log('no Update triggered');
} }
}, 30000); }, 30000);
} }