We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3190b4d commit f6a94a4Copy full SHA for f6a94a4
packages/pyright-scip/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sourcegraph/scip-python",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "SCIP indexer for Python",
5
"main": "index.js",
6
"scripts": {
packages/pyright-scip/src/main.ts
@@ -152,7 +152,6 @@ export function main(): void {
152
const outputPath = path.resolve(outputDirectory, snapshotDir, relativeToInputDirectory);
153
154
if (options.check) {
155
- console.log('CHECKING');
156
diffSnapshot(outputPath, obtained);
157
} else {
158
writeSnapshot(outputPath, obtained);
0 commit comments