Skip to content

Commit b999f8c

Browse files
committed
remove debug console.log
1 parent 6cac522 commit b999f8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pyright-internal/src/tests/typeEvaluatorBased.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ test('reportPrivateLocalImportUsage', () => {
4747
//TODO: typeAnalyzeSampleFiles should probably do this by default
4848
configOptions.projectRoot = Uri.file(resolveSampleFilePath('based_implicit_re_export'));
4949
const analysisResults = typeAnalyzeSampleFiles(['based_implicit_re_export/baz.py'], configOptions);
50-
console.log(analysisResults);
5150
validateResultsButBased(analysisResults, {
5251
errors: [
5352
{

0 commit comments

Comments
 (0)