Remove an erroneous debug line

This commit is contained in:
Dan Stillman 2011-02-07 00:08:11 +00:00
parent a78665fdf5
commit 3b294949bc

View file

@ -85,7 +85,6 @@ Zotero.Utilities = {
*/
"trim":function(/**String*/ s) {
if (typeof(s) != "string") {
a()
throw "trim: argument must be a string";
}