Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
teallarson committed Aug 3, 2022
1 parent 7b1cbea commit 565af57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ const CreateConnectionContent: React.FC<CreateConnectionContentProps> = ({
</ContentCard>
);
}
console.log(connection);
return isLoading ? (
<LoadingSchema />
) : (
Expand Down

0 comments on commit 565af57

Please sign in to comment.