refactor: remove logs

This commit is contained in:
Mauricio Siu
2024-09-29 21:01:24 -06:00
parent 071a9d5104
commit bd243d79e2
3 changed files with 0 additions and 4 deletions

View File

@@ -77,7 +77,6 @@ export const ComposeFileEditor = ({ composeId }: Props) => {
});
})
.catch((e) => {
console.log(e);
toast.error("Error to update the compose config");
});
};

View File

@@ -145,7 +145,6 @@ export const ProfileForm = () => {
<FormControl>
<RadioGroup
onValueChange={(e) => {
console.log(e);
field.onChange(e);
}}
defaultValue={field.value}