Remove extra debug lines in item test

This commit is contained in:
Dan Stillman 2015-04-26 03:06:55 -04:00
parent 99dfc72a18
commit 1c372f7892

View file

@ -29,8 +29,6 @@ describe("Zotero.Item", function() {
var childItemID = yield item.save();
item = yield Zotero.Items.getAsync(childItemID);
Zotero.debug('=-=-=');
Zotero.debug(item.parentID);
assert.ok(item.parentID);
assert.equal(item.parentID, parentItemID);
}.bind(this));