commit 41a68af1ae48a436c37b76c6ac1999bb2c8a6ab8
parent ea1573e1c3f8d480701397d4302b5533f8d8c9e7
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 26 May 2015 03:10:27 -0400
Remove debug line when loading collections
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/data/collection.js b/chrome/content/zotero/xpcom/data/collection.js
@@ -98,8 +98,6 @@ Zotero.Collection.prototype.getName = function() {
* Populate collection data from a database row
*/
Zotero.Collection.prototype.loadFromRow = function(row) {
- Zotero.debug("Loading collection from row");
-
for each(let col in this.ObjectsClass.primaryFields) {
if (row[col] === undefined) {
Zotero.debug('Skipping missing collection field ' + col);