Skip to content

Commit

Permalink
remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Mar 24, 2024
1 parent 6cac522 commit b999f8c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ test('reportPrivateLocalImportUsage', () => {
//TODO: typeAnalyzeSampleFiles should probably do this by default
configOptions.projectRoot = Uri.file(resolveSampleFilePath('based_implicit_re_export'));
const analysisResults = typeAnalyzeSampleFiles(['based_implicit_re_export/baz.py'], configOptions);
console.log(analysisResults);
validateResultsButBased(analysisResults, {
errors: [
{
Expand Down

0 comments on commit b999f8c

Please sign in to comment.