Skip to content

Commit 122170e

Browse files
committed
removed console.log
1 parent ee9f358 commit 122170e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/client/providers/updateSparkLibraryProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import * as path from 'path';
55
import { IS_WINDOWS } from '../common/utils';
66

77
export function activateUpdateSparkLibraryProvider(): vscode.Disposable {
8-
console.log('Register command python.updateSparkLibrary');
98
return vscode.commands.registerCommand(Commands.Update_SparkLibrary, updateSparkLibrary);
109
}
1110

0 commit comments

Comments
 (0)