Skip to content

Commit

Permalink
Cleanup - remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm authored Dec 12, 2023
1 parent f97c368 commit 195e26c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agenta-web/src/components/Playground/ViewNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ const ViewNavigation: React.FC<Props> = ({
} else {
imageName += variantDesignator.toLowerCase()
}
console.log("Variant: ", variant)

const variantContainerPath = async () => {
const url = await getAppContainerURL(appId, variant.variantId, variant.baseId)
Expand Down

0 comments on commit 195e26c

Please sign in to comment.