From fd91921e3d0d633a96a1f08b815c98286118bb33 Mon Sep 17 00:00:00 2001 From: Ross Leitch Date: Sat, 14 Oct 2023 23:26:25 +1300 Subject: [PATCH] Log delete --- .../hivecommand-frontend/src/views/schematic-editor/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/app/hivecommand-frontend/src/views/schematic-editor/index.tsx b/packages/app/hivecommand-frontend/src/views/schematic-editor/index.tsx index e35d69856..07cffd109 100644 --- a/packages/app/hivecommand-frontend/src/views/schematic-editor/index.tsx +++ b/packages/app/hivecommand-frontend/src/views/schematic-editor/index.tsx @@ -268,8 +268,6 @@ export const SchematicEditor = () => { setExporting(true); exportSchematic({variables: {id: schematic.id}}).then(async (response) => { - console.log(response.data) - const resp = await fetch(response.data?.exportCommandSchematic); const data = await resp.blob()