Remove debug line when loading collections

This commit is contained in:
Dan Stillman 2015-05-26 03:10:27 -04:00
parent ea1573e1c3
commit 41a68af1ae

View file

@ -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);