Skip to content

Commit cc86ee6

Browse files
joeizangAniket-Engg
authored andcommitted
remove console log
1 parent 67f4843 commit cc86ee6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ui/statusbar/src/lib/components/gitStatus.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default function GitStatus({ plugin, gitBranchName, setGitBranchName }: G
2525
})
2626
plugin.on('filePanel', 'workspaceInitializationCompleted', async () => {
2727
const isGit = await plugin.call('fileManager', 'isGitRepo')
28-
console.log('complete', gitBranchName)
2928
if (isGit) {
3029
const workspace = localStorage.getItem('currentWorkspace')
3130
setGitBranchName(workspace)

0 commit comments

Comments
 (0)