From 1d49cb80eaec9cadd3a6877de22fa9b1fa4ee85d Mon Sep 17 00:00:00 2001 From: Nathan Graves Date: Mon, 20 Feb 2017 11:10:26 -0800 Subject: [PATCH] Forgot to move a console log from testing. --- test/unit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit.js b/test/unit.js index d0e0a42..77adf18 100755 --- a/test/unit.js +++ b/test/unit.js @@ -231,7 +231,6 @@ test("Multi-page image read from file", function(assert){ assert.end(); }) } else { - console.log(cv.Constants); assert.equal(cv.readImageMulti("./examples/files/multipage.tif"), false); assert.end(); }