Skip to content

Commit f6a94a4

Browse files
committed
bump: version
1 parent 3190b4d commit f6a94a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/pyright-scip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/scip-python",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "SCIP indexer for Python",
55
"main": "index.js",
66
"scripts": {

packages/pyright-scip/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ export function main(): void {
152152
const outputPath = path.resolve(outputDirectory, snapshotDir, relativeToInputDirectory);
153153

154154
if (options.check) {
155-
console.log('CHECKING');
156155
diffSnapshot(outputPath, obtained);
157156
} else {
158157
writeSnapshot(outputPath, obtained);

0 commit comments

Comments
 (0)