Skip to content

Commit

Permalink
fix(protocol-designer): remove console log (#17139)
Browse files Browse the repository at this point in the history
remove console log
  • Loading branch information
ncdiehl11 authored Dec 18, 2024
1 parent 77a6ab5 commit 9f0bc7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export function LiquidDefinitions({
<Flex flexDirection={DIRECTION_COLUMN} gridGap={SPACING.spacing4}>
{Object.keys(allIngredientGroupFields).length > 0 ? (
Object.values(allIngredientGroupFields).map((liquid, index) => {
console.log(getLiquidDescription(liquid, enableLiquidClasses))
return (
<ListItem
type="noActive"
Expand Down

0 comments on commit 9f0bc7d

Please sign in to comment.