Skip to content

Commit fc18752

Browse files
committed
made doc more general, remove debug console
1 parent 926aa79 commit fc18752

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

MATOMO_CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Edit `src/environments/environment.ts`:
77
```typescript
88
matomo: {
99
enabled: false,
10-
hostUrl: 'http://localhost:8135/',
10+
hostUrl: 'https://your-matomo-server.com/',
1111
siteId: '1',
1212
dimensionId: 1
1313
}

src/main.browser.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ function addMatomoStatistics() {
5757
return;
5858
}
5959

60-
console.log('Matomo is enabled, initializing...');
61-
6260
(window as any)._paq = (window as any)._paq || [];
6361

6462
// Push all configuration commands first

0 commit comments

Comments
 (0)