mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Forgot to move a console log from testing.
This commit is contained in:
parent
592b70a3c2
commit
1d49cb80ea
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user