Skip to content

Commit b516abf

Browse files
committed
fix: Remove stray console.log()
1 parent 6e301bf commit b516abf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/version.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ async function getLocalVersion(path: string): Promise<string> {
3838
args: ['-C', path, '-c', 'safe.directory=*', 'describe', '--tags', '--always'],
3939
})
4040
const { success, stdout } = await command.output();
41-
console.log(success)
4241
const description = new TextDecoder().decode(stdout).trim()
4342
return description
4443
} catch(err) {

0 commit comments

Comments
 (0)