mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[python] do not pollute logs with skeleton generator info output
GitOrigin-RevId: 39a5d5e1fc33ecda1cf4e8c6215a34eaabdc26ca
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d741f05ec9
commit
c220735306
@@ -230,7 +230,6 @@ public abstract class PySkeletonGenerator {
|
||||
final String level = controlMessage.get("level").getAsString();
|
||||
final String message = controlMessage.get("message").getAsString();
|
||||
switch (level) {
|
||||
case "info" -> Run.LOG.info(message);
|
||||
case "debug" -> Run.LOG.debug(message);
|
||||
case "trace" -> Run.LOG.trace(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user