Remove extra debug lines in item test
This commit is contained in:
parent
99dfc72a18
commit
1c372f7892
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue