mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
cleanup: do not print text to the log
GitOrigin-RevId: 505545f6655547b523ca8dd84a2c34ac929ef469
This commit is contained in:
committed by
intellij-monorepo-bot
parent
499380e0e9
commit
6de404d412
@@ -82,7 +82,7 @@ sealed class RangeHighlighterImpl extends RangeMarkerImpl implements RangeHighli
|
||||
|
||||
registerInTree(start, end, greedyToLeft, greedyToRight, layer);
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("RangeHighlighterImpl: create " + this +" ("+getTextRange().substring(getDocument().getText())+")");
|
||||
LOG.debug("RangeHighlighterImpl: create " + this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user