Closed Bug 478728 Opened 15 years ago Closed 13 years ago

String bundles should not dump errors to the console

Categories

(Core :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: mkaply, Unassigned)

Details

Currently when a string is not found or something else fails, the stringbundle code dumps to the console:

dump("*** Failed to get string " + aStringKey + " in bundle: " + this.src + "\n");

We should not be dumping in a release build, and also this information would be much more useful if it were actually a part of the exception thrown by the string bundle code itself.
I don't see this code in stringbundle anymore
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.