Skip to content

Commit ee5b080

Browse files
authored
Remove error logging (#448)
1 parent b6c8538 commit ee5b080

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<meta name="msapplication-wide310x150logo" content="icons/mstile-icon-558-270.png">
2121
<link rel="apple-touch-icon" href="icons/apple-icon-180.png">
2222
<meta name="apple-mobile-web-app-capable" content="yes">
23-
<script src="https://unpkg.com/highlight.run"></script>
2423
</head>
2524
<body>
2625
<noscript>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interslavic",
3-
"version": "1.31.9",
3+
"version": "1.31.10",
44
"description": "Interslavic Dictionary",
55
"license": "MIT",
66
"author": {

src/index.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ declare global {
2222

2323
setInitialPage()
2424

25-
26-
if (__PRODUCTION__) {
27-
H.init('jd40j34g', {
28-
environment: 'production',
29-
version: `v${__VERSION__}`,
30-
networkRecording: {
31-
enabled: false,
32-
recordHeadersAndBody: false,
33-
urlBlocklist: [],
34-
},
35-
})
36-
}
37-
3825
if (__PRODUCTION__ && 'serviceWorker' in navigator) {
3926
navigator.serviceWorker.register('sw.js', { scope: '.' })
4027
}

0 commit comments

Comments
 (0)