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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user