Bläddra i källkod

remove a sysout call from the last commit i didnt mean to commit (still yet to fix the console errors)

git-svn-id: http://svn.dmdirc.com/trunk@3564 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Gregory Holmes 16 år sedan
förälder
incheckning
02201422ba
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      src/com/dmdirc/ui/swing/components/SwingInputField.java

+ 0
- 1
src/com/dmdirc/ui/swing/components/SwingInputField.java Visa fil

236
      */
236
      */
237
     @Override
237
     @Override
238
     public void setBackground(Color optionColour) {
238
     public void setBackground(Color optionColour) {
239
-        System.out.println(textField);
240
         textField.setBackground(optionColour);
239
         textField.setBackground(optionColour);
241
     }
240
     }
242
 
241
 

Laddar…
Avbryt
Spara