diff --git a/packages/nicolium/package.json b/packages/nicolium/package.json index 1c583a058..9e9c49213 100644 --- a/packages/nicolium/package.json +++ b/packages/nicolium/package.json @@ -71,7 +71,6 @@ "@uidotdev/usehooks": "^2.4.1", "@use-gesture/react": "^10.3.1", "@yornaath/batshit": "^0.14.0", - "abortcontroller-polyfill": "^1.7.8", "autoprefixer": "^10.4.27", "blurhash": "^2.0.5", "bowser": "^2.14.1", diff --git a/packages/nicolium/src/actions/me.ts b/packages/nicolium/src/actions/me.ts index 5b27aa032..221b10b44 100644 --- a/packages/nicolium/src/actions/me.ts +++ b/packages/nicolium/src/actions/me.ts @@ -112,7 +112,6 @@ const fetchMeSuccess = if (match) { try { const frontendConfig = JSON.parse(decodeURIComponent(match[1])); - console.log(frontendConfig); useSettingsStore.getState().actions.loadUserSettings(frontendConfig); return frontendConfig; } catch (error) { diff --git a/packages/nicolium/src/columns/timeline.tsx b/packages/nicolium/src/columns/timeline.tsx index ecf93f12f..a2937e029 100644 --- a/packages/nicolium/src/columns/timeline.tsx +++ b/packages/nicolium/src/columns/timeline.tsx @@ -110,7 +110,6 @@ const TimelineGap: React.FC = ({ gap, onFillGap, firstEntry }) => }; const renderTimeDistance = () => { - console.log(gap); if (!gap.minDate) return null; const maxDate = gap.maxIdDate ? new Date(gap.maxIdDate) : new Date(); @@ -397,12 +396,10 @@ const Timeline: React.FC = ({ } = query; const handleMoveUp = (index: number) => { - console.log(index); selectChild(index - 1, node, document.getElementById('status-list') ?? undefined); }; const handleMoveDown = (index: number) => { - console.log(index); selectChild( index + 1, node, diff --git a/packages/nicolium/src/polyfills.ts b/packages/nicolium/src/polyfills.ts index 6803c717f..13a3db400 100644 --- a/packages/nicolium/src/polyfills.ts +++ b/packages/nicolium/src/polyfills.ts @@ -1,5 +1,4 @@ // TOOD Verify if any of the lesser-known browsers actually need those. -import 'abortcontroller-polyfill/dist/polyfill-patch-fetch'; import 'intersection-observer'; import { install as installResizeObserver } from 'resize-observer'; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ce275482..fc04b9dfb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -130,9 +130,6 @@ importers: '@yornaath/batshit': specifier: ^0.14.0 version: 0.14.0 - abortcontroller-polyfill: - specifier: ^1.7.8 - version: 1.7.8 autoprefixer: specifier: ^10.4.27 version: 10.4.27(postcss@8.5.8) @@ -3010,9 +3007,6 @@ packages: '@yornaath/batshit@0.14.0': resolution: {integrity: sha512-0I+xMi5JoRs3+qVXXhk2AmsEl43MwrG+L+VW+nqw/qQqMFtgRPszLaxhJCfsBKnjfJ0gJzTI1Q9Q9+y903HyHQ==} - abortcontroller-polyfill@1.7.8: - resolution: {integrity: sha512-9f1iZ2uWh92VcrU9Y8x+LdM4DLj75VE0MJB8zuF1iUnroEptStw+DQ8EQPMUdfe5k+PkB1uUfDQfWbhstH8LrQ==} - acorn-import-phases@1.0.4: resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==} engines: {node: '>=10.13.0'} @@ -9126,8 +9120,6 @@ snapshots: dependencies: '@yornaath/batshit-devtools': 1.7.1 - abortcontroller-polyfill@1.7.8: {} - acorn-import-phases@1.0.4(acorn@8.16.0): dependencies: acorn: 8.16.0