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])