We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b93275 commit 0c9c0e6Copy full SHA for 0c9c0e6
1 file changed
frontend/src/pages/Runs/CreateDevEnvironment/index.tsx
@@ -82,8 +82,6 @@ export const CreateDevEnvironment: React.FC = () => {
82
const { handleSubmit, control, trigger, setValue, watch, formState, getValues, unregister } = formMethods;
83
const formValues = watch();
84
85
- console.log({ formValues });
86
-
87
const projectHavingFleetMap = useCheckingForFleetsInProjects({
88
projectNames: formValues.project ? [formValues.project] : [],
89
});
0 commit comments