clean: remove useless code
This commit is contained in:
		@@ -55,8 +55,6 @@ export async function getVsCodeCommitId(): Promise<string> {
 | 
			
		||||
      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)  {
 | 
			
		||||
      console.error('Failed to get commit id: ' + error)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user