aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCardDeckView.tsx
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-06-06 11:33:14 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-06-06 11:33:14 -0400
commitd3d2abbb011fe9c2a7d14b2a4b3016d55033aae8 (patch)
treeeac9ca00071275738281e7d841da22be92be0847 /src/client/views/collections/CollectionCardDeckView.tsx
parent1f7b0c1a2c9c66887ddac1389237b003953f9954 (diff)
hm
Diffstat (limited to 'src/client/views/collections/CollectionCardDeckView.tsx')
-rw-r--r--src/client/views/collections/CollectionCardDeckView.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionCardDeckView.tsx b/src/client/views/collections/CollectionCardDeckView.tsx
index 0ca3c5a44..127c4dc48 100644
--- a/src/client/views/collections/CollectionCardDeckView.tsx
+++ b/src/client/views/collections/CollectionCardDeckView.tsx
@@ -254,8 +254,8 @@ export class CollectionCardView extends CollectionSubView() {
} // prettier-ignore
})();
- console.log(ClientUtils.hexToHsv(StrCast(docA.backgroundColor)) ?? 9999 + "docA col")
- console.log(ClientUtils.hexToHsv(StrCast(docB.backgroundColor)) ?? 9999 + "docB col")
+ // console.log(ClientUtils.hexToHsv(StrCast(docA.backgroundColor)) ?? 9999 + "docA col")
+ // console.log(ClientUtils.hexToHsv(StrCast(docB.backgroundColor)) ?? 9999 + "docB col")
const out = typeA < typeB ? -1 : typeA > typeB ? 1 : 0;