minor - removed unnecessary, duplicate and confusing logging
The removed log.warning should perhaps have been loglevel = fine, but there's already a log.fine in the method.
This commit is contained in:
parent
0f44135db3
commit
cab41fd88c
|
@ -80,7 +80,6 @@ public class VImage extends JButton
|
|||
*/
|
||||
public void setValue(Object value)
|
||||
{
|
||||
log.warning("=" + value);
|
||||
int newValue = 0;
|
||||
if (value instanceof Integer)
|
||||
newValue = ((Integer)value).intValue();
|
||||
|
|
Loading…
Reference in New Issue