www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1c372f7892199b84f128662fd71dc5795ec64348
parent 99dfc72a18863de7a0b417e0a1ee3b664a6d5b87
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 26 Apr 2015 03:06:55 -0400

Remove extra debug lines in item test

Diffstat:
Mtest/tests/itemTest.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/tests/itemTest.js b/test/tests/itemTest.js @@ -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));