suppress spurious logging statement
This commit is contained in:
parent
1b84fcd5af
commit
96090efdf4
|
@ -129,7 +129,7 @@ public class NpmPackageIndexBuilder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
System.out.println("Error parsing "+name+": "+e.getMessage());
|
// System.out.println("Error parsing "+name+": "+e.getMessage());
|
||||||
if (name.contains("openapi")) {
|
if (name.contains("openapi")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue