From 41a68af1ae48a436c37b76c6ac1999bb2c8a6ab8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 26 May 2015 03:10:27 -0400 Subject: [PATCH] Remove debug line when loading collections --- chrome/content/zotero/xpcom/data/collection.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/data/collection.js b/chrome/content/zotero/xpcom/data/collection.js index 120bbd542..267b13e9e 100644 --- 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);