Removed image from toString().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@511 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-10-22 18:11:25 +00:00
parent d5d89b93d8
commit 97940360dc
+1 -2
View File
@@ -1,5 +1,5 @@
//
// $Id: Tile.java,v 1.15 2001/10/12 00:38:15 shaper Exp $
// $Id: Tile.java,v 1.16 2001/10/22 18:11:25 shaper Exp $
package com.threerings.media.tile;
@@ -66,7 +66,6 @@ public class Tile
StringBuffer buf = new StringBuffer();
buf.append("[tsid=").append(tsid);
buf.append(", tid=").append(tid);
buf.append(", img=").append(img);
return buf.append("]").toString();
}
}