Commented out verbose logging.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@582 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ImageManager.java,v 1.5 2001/10/25 22:10:32 mdb Exp $
|
||||
// $Id: ImageManager.java,v 1.6 2001/11/02 01:08:52 shaper Exp $
|
||||
|
||||
package com.threerings.media;
|
||||
|
||||
@@ -47,11 +47,11 @@ public class ImageManager
|
||||
|
||||
Image img = (Image)_imgs.get(fname);
|
||||
if (img != null) {
|
||||
Log.info("Retrieved image from cache [fname=" + fname + "].");
|
||||
// Log.info("Retrieved image from cache [fname=" + fname + "].");
|
||||
return img;
|
||||
}
|
||||
|
||||
Log.info("Loading image into cache [fname=" + fname + "].");
|
||||
// Log.info("Loading image into cache [fname=" + fname + "].");
|
||||
|
||||
try {
|
||||
byte[] data = _rmgr.getResourceAsBytes(fname);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: Sprite.java,v 1.30 2001/10/26 01:17:21 shaper Exp $
|
||||
// $Id: Sprite.java,v 1.31 2001/11/02 01:09:08 shaper Exp $
|
||||
|
||||
package com.threerings.media.sprite;
|
||||
|
||||
@@ -288,8 +288,8 @@ public class Sprite
|
||||
public void setFrames (MultiFrameImage frames)
|
||||
{
|
||||
if (frames == null) {
|
||||
Log.warning("Someone set up us the null frames! " +
|
||||
"[sprite=" + this + "].");
|
||||
// Log.warning("Someone set up us the null frames! " +
|
||||
// "[sprite=" + this + "].");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -387,8 +387,8 @@ public class Sprite
|
||||
_spritemgr.addDirtyRect((r != null) ? r : new Rectangle(_bounds));
|
||||
|
||||
} else {
|
||||
Log.warning("Was invalidated but have no sprite manager " +
|
||||
this + ".");
|
||||
// Log.warning("Was invalidated but have no sprite manager " +
|
||||
// this + ".");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user