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:
usrdno 2010-01-14 16:48:20 +00:00
parent 0f44135db3
commit cab41fd88c
1 changed files with 0 additions and 1 deletions

View File

@ -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();