commit b1e98929fae4a4684afd2d0f7301ad1cfbe7e5c9
parent 2c2a5a3787271c68435ca00137fe591b8ee83699
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 24 Jun 2016 16:54:34 -0400
Remove zipDirectory debugging
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/test/tests/fileTest.js b/test/tests/fileTest.js
@@ -71,15 +71,7 @@ describe("Zotero.File", function () {
})
describe("#zipDirectory()", function () {
- afterEach(function () {
- Zotero.Prefs.set('debug.log', false);
- Zotero.Debug.init();
- });
-
it("should compress a directory recursively", function* () {
- Zotero.Prefs.set('debug.log', true);
- Zotero.Debug.init();
-
var tmpPath = Zotero.getTempDirectory().path;
var path = OS.Path.join(tmpPath, Zotero.Utilities.randomString());
yield OS.File.makeDir(path);