From 565af571e40d6982a7c2c7c02c3caf1c5301655c Mon Sep 17 00:00:00 2001 From: tealjulia Date: Tue, 2 Aug 2022 09:50:25 -0400 Subject: [PATCH] cleanup --- .../CreateConnectionContent/CreateConnectionContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/airbyte-webapp/src/components/CreateConnectionContent/CreateConnectionContent.tsx b/airbyte-webapp/src/components/CreateConnectionContent/CreateConnectionContent.tsx index 1628b2d91379..249fc948f01a 100644 --- a/airbyte-webapp/src/components/CreateConnectionContent/CreateConnectionContent.tsx +++ b/airbyte-webapp/src/components/CreateConnectionContent/CreateConnectionContent.tsx @@ -113,7 +113,6 @@ const CreateConnectionContent: React.FC = ({ ); } - console.log(connection); return isLoading ? ( ) : (