We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f4843 commit cc86ee6Copy full SHA for cc86ee6
libs/remix-ui/statusbar/src/lib/components/gitStatus.tsx
@@ -25,7 +25,6 @@ export default function GitStatus({ plugin, gitBranchName, setGitBranchName }: G
25
})
26
plugin.on('filePanel', 'workspaceInitializationCompleted', async () => {
27
const isGit = await plugin.call('fileManager', 'isGitRepo')
28
- console.log('complete', gitBranchName)
29
if (isGit) {
30
const workspace = localStorage.getItem('currentWorkspace')
31
setGitBranchName(workspace)
0 commit comments