Some changes to logging.

This commit is contained in:
LevelX2 2013-03-04 00:01:12 +01:00
parent 2daae9fb47
commit cc96a55523
7 changed files with 9 additions and 9 deletions

View file

@ -257,7 +257,7 @@ public class AbilityPicker extends JXPanel implements MouseWheelListener {
}
final String finalText = text;
System.out.println(finalText);
// System.out.println(finalText);
ImageRenderer2.super.setText(finalText);
setCaretPosition(0);

View file

@ -296,10 +296,10 @@ public class DialogManager extends JComponent implements MouseListener,
public void mouseWheelMoved(MouseWheelEvent e) {
int notches = e.getWheelRotation();
System.out.println("outx:"+notches);
if (currentDialog != null && currentDialog.equals(MTGDialogs.ChooseCommonDialog)) {
System.out.println("out:"+1);
}
// System.out.println("outx:"+notches);
// if (currentDialog != null && currentDialog.equals(MTGDialogs.ChooseCommonDialog)) {
// System.out.println("out:"+1);
// }
}
/**