Remove debugging

This commit is contained in:
Dan Stillman 2008-07-07 14:01:53 +00:00
parent 9596cece44
commit b152fbc9b1

View file

@ -1172,8 +1172,6 @@ Zotero.Item.prototype.save = function() {
}
try {
Zotero.debug(value);
Zotero.debug(valueID);
insertValueStatement.execute();
}
catch (e) {