mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-29 06:10:47 +00:00
🔇 remove console.log
This commit is contained in:
@@ -88,10 +88,6 @@ export default function CreateBlueprintForm({
|
||||
if (!isValid) return;
|
||||
|
||||
const payload = form.getValues();
|
||||
console.log({
|
||||
isValid,
|
||||
payload
|
||||
});
|
||||
const res = await api
|
||||
.put<
|
||||
AxiosResponse<CreateBlueprintResponse>
|
||||
|
||||
Reference in New Issue
Block a user