Forgot to move a console log from testing.

This commit is contained in:
Nathan Graves 2017-02-20 11:10:26 -08:00
parent 592b70a3c2
commit 1d49cb80ea

View File

@ -231,7 +231,6 @@ test("Multi-page image read from file", function(assert){
assert.end(); assert.end();
}) })
} else { } else {
console.log(cv.Constants);
assert.equal(cv.readImageMulti("./examples/files/multipage.tif"), false); assert.equal(cv.readImageMulti("./examples/files/multipage.tif"), false);
assert.end(); assert.end();
} }