diff --git a/src/utils.ts b/src/utils.ts index c07ac59..d1d680d 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -54,8 +54,6 @@ export async function getVsCodeCommitId(): Promise { // Extract the href attribute and commit hash const href = commitLink.attr('href'); // href example: /microsoft/vscode/commit/fabdb6a30b49f79a7aba0f2ad9df9b399473380f const commitHash = href.split('/').pop(); - - console.log('Commit Hash:', commitHash); return commitHash } catch(error) {