From cab41fd88c0dc65e5acfe99d12169b1d229b1fdc Mon Sep 17 00:00:00 2001 From: usrdno Date: Thu, 14 Jan 2010 16:48:20 +0000 Subject: [PATCH] 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. --- client/src/org/compiere/grid/ed/VImage.java | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/org/compiere/grid/ed/VImage.java b/client/src/org/compiere/grid/ed/VImage.java index fe9efcaf47..08eb3c9c8c 100644 --- a/client/src/org/compiere/grid/ed/VImage.java +++ b/client/src/org/compiere/grid/ed/VImage.java @@ -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();