mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PyDev advertising removed from logs (IDEA-CR-9560)
This commit is contained in:
@@ -576,7 +576,7 @@ public class PydevConsoleRunner extends AbstractConsoleRunnerWithHistory<PythonC
|
||||
}
|
||||
else {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug(String.format("Using direct communication for Python console: port %d on IDE side, port %d on PyDev side",
|
||||
LOG.debug(String.format("Using direct communication for Python console: port %d on IDE side, port %d on pydevconsole.py side",
|
||||
remotePorts.second, remotePorts.first));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user