Skip to content

Commit 406007e

Browse files
committed
remove logs
1 parent 54ca574 commit 406007e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/lib/Plot.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
scales,
118118
...restProps
119119
})}
120-
<svelte:boundary onerror={(err) => console.warn(err)}>
120+
<svelte:boundary onerror={(err) => console.error(err)}>
121121
<!-- implicit axes -->
122122
{#if !hasProjection && !hasExplicitAxisX}
123123
{#if options.axes && (options.x.axis === 'top' || options.x.axis === 'both')}

src/lib/helpers/scales.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ export function createScale<T extends ScaleOptions>(
302302
valueArr.sort(ascending);
303303
}
304304

305-
console.log({ valueArr, isOrdinal, sortOrdinalDomain });
306-
307305
const valueArray =
308306
type === 'quantile' || type === 'quantile-cont' ? allDataValues.toSorted() : valueArr;
309307

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy