Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi committed Nov 16, 2023
1 parent 82b96ff commit a2df7eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/environments/SecretRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ const OverrideDialog = (props: {
const [isOpen, setIsOpen] = useState<boolean>(false)

const reset = () => {
console.log('reset')
setValue(override?.value || '')
setIsActive(override?.isActive || true)
}
Expand Down

0 comments on commit a2df7eb

Please sign in to comment.