Skip to content

Commit d491d1b

Browse files
authored
Merge pull request #103 from effigies/fix/console-log
fix: Remove stray console.log()
2 parents 6e301bf + b516abf commit d491d1b

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)