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)
|
public void setValue(Object value)
|
||||||
{
|
{
|
||||||
log.warning("=" + value);
|
|
||||||
int newValue = 0;
|
int newValue = 0;
|
||||||
if (value instanceof Integer)
|
if (value instanceof Integer)
|
||||||
newValue = ((Integer)value).intValue();
|
newValue = ((Integer)value).intValue();
|
||||||
|
|
Loading…
Reference in New Issue