mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-09-03 04:58:59 +00:00
remove google analytics stuff
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { interval, startWith } from 'rxjs';
|
||||
import { GoogleAnalyticsService } from './services/google-analytics.service';
|
||||
import { GetClosestTimezoneFrom, Timezone } from './timezone/models/timezone.model';
|
||||
import { TimezoneService } from './timezone/services/timezone.service';
|
||||
|
||||
@@ -21,7 +20,6 @@ export class AppComponent {
|
||||
|
||||
constructor(
|
||||
private timezoneService: TimezoneService,
|
||||
private googleAnalyticsService: GoogleAnalyticsService
|
||||
) {
|
||||
const currentTimezone = this.timezoneService.getCurrentTimezone();
|
||||
if (currentTimezone) {
|
||||
|
||||
Reference in New Issue
Block a user