Skip to content

Commit 11e9d12

Browse files
MillenniumFalconMechanicNoopDog
authored andcommitted
Removed debug code. Resolves #1067.
1 parent 3ed9e66 commit 11e9d12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spa/src/app/shared/gtm/gtm.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ export class GTMService {
5252
*/
5353
private isTracking(): boolean {
5454

55-
// return !!this.getDataLayer();
56-
return true;
55+
return !!this.getDataLayer();
5756
}
5857

5958
/**

0 commit comments

Comments
 (0)