suppress spurious logging statement

This commit is contained in:
Grahame Grieve 2024-08-23 21:51:16 +08:00
parent 1b84fcd5af
commit 96090efdf4
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public class NpmPackageIndexBuilder {
}
}
} catch (Exception e) {
System.out.println("Error parsing "+name+": "+e.getMessage());
// System.out.println("Error parsing "+name+": "+e.getMessage());
if (name.contains("openapi")) {
return false;
}