Merge pull request #4338 from BradPerbs/fix/remove-debug-console-logs

fix: remove leftover debug console.log statements
This commit is contained in:
Mauricio Siu
2026-05-07 14:35:28 -06:00
committed by GitHub
3 changed files with 0 additions and 4 deletions

View File

@@ -288,7 +288,6 @@ export const RestoreBackup = ({
toast.error("Please select a database type");
return;
}
console.log({ data });
setIsDeploying(true);
};

View File

@@ -632,7 +632,6 @@ export const AddDatabase = ({ environmentId, projectName }: Props) => {
control={form.control}
name="enableNamespaces"
render={({ field }) => {
console.log(field.value);
return (
<FormItem>
<FormLabel>Enable Namespaces</FormLabel>