Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Dec 11, 2023
1 parent 23acc1d commit 9a00a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/pages/Labware/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export function useAllLabware(
: null
)
const sortLabware = (a: LabwareDefAndDate, b: LabwareDefAndDate): number => {
console.log(a.definition.metadata.displayName)
if (
a.definition.metadata.displayName.toUpperCase() <
b.definition.metadata.displayName.toUpperCase()
Expand Down

0 comments on commit 9a00a91

Please sign in to comment.