commit 3b294949bc3927951489079dd6bcfc4be07b2558
parent a78665fdf592e1318b97b4d6c8c1ce3442603a9d
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 7 Feb 2011 00:08:11 +0000
Remove an erroneous debug line
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js
@@ -85,7 +85,6 @@ Zotero.Utilities = {
*/
"trim":function(/**String*/ s) {
if (typeof(s) != "string") {
- a()
throw "trim: argument must be a string";
}