From a2cc0e4b8b9d4cf96cecb45dd6f64f5756f6a794 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 11 Jun 2024 07:13:32 +0200 Subject: [PATCH] console --- libs/remix-ui/git/src/components/panels/commands/pushpull.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-ui/git/src/components/panels/commands/pushpull.tsx b/libs/remix-ui/git/src/components/panels/commands/pushpull.tsx index e18c0b9490..fa21eb7d4f 100644 --- a/libs/remix-ui/git/src/components/panels/commands/pushpull.tsx +++ b/libs/remix-ui/git/src/components/panels/commands/pushpull.tsx @@ -129,7 +129,6 @@ export const PushPull = () => { .map(repo => { return { value: repo.name, label: repo.name } }) - console.log('options', options) setLocalRemotesOptions(options) }, [context.remotes])