Removed debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4267 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-07-14 02:15:48 +00:00
parent a9d0c5d285
commit 7ad341ef8d
@@ -79,8 +79,6 @@ public class MessageBundle
// if we have a parent, try getting the string from them
if (_parent != null) {
trace("Trying to retrieve " + key + " from parent bundle: " +
_parent);
var value :String = _parent.getResourceString(key, false);
if (value != null) {
return value;