mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[card.plugin] removed debug logging of tooltip content.
This commit is contained in:
parent
c85bd72248
commit
05db920ec5
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -137,7 +137,7 @@ public class CardInfoPaneImpl extends JEditorPane implements CardInfoPane {
|
|||
public void run () {
|
||||
if (!card.equals(currentCard)) return;
|
||||
setText(buffer.toString());
|
||||
System.out.println(buffer.toString());
|
||||
//System.out.println(buffer.toString());
|
||||
setCaretPosition(0);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue