2004/01/17 07:41:20
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:44:45 +0000 (07:44 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:44:45 +0000 (07:44 +0000)
darcs-hash:20040130074445-2ba56-230f27cd143cc316c4411ae4fa2f797ece004bc7.gz

src/org/xwt/Picture.java

index 4a8289d..449bd4c 100644 (file)
@@ -35,7 +35,6 @@ public class Picture {
         if (!ret.isLoaded && callback != null)
             new java.lang.Thread() { public void run() {
                 // get the InputStream for the image
-                Log.info(Picture.class, "r is a " + r.getClass().getName());
                 InputStream in = null;
                 try {
                     in = (r instanceof XWT.Blessing) ? ((XWT.Blessing)r).getImage() : Stream.getInputStream(r);