Remove an erroneous debug line
This commit is contained in:
parent
a78665fdf5
commit
3b294949bc
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ Zotero.Utilities = {
|
|||
*/
|
||||
"trim":function(/**String*/ s) {
|
||||
if (typeof(s) != "string") {
|
||||
a()
|
||||
throw "trim: argument must be a string";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue