Skip to content

Commit

Permalink
πŸ”‡ Remove wild console log #2615
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Oct 31, 2024
1 parent d2fab36 commit 702c43a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sanityv3/schemas/objects/background/imageBackground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ export default defineType({
name: 'useAnimation',
type: 'boolean',
description: 'Animates content over the background image.',
hidden: ({ parent }: any) => {
console.log('parent in image background', parent)
return false
},
}),
defineField({
title: 'Apply light gradient',
Expand Down

0 comments on commit 702c43a

Please sign in to comment.