mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Remove log from test
This commit is contained in:
@@ -28,7 +28,6 @@ describe('eBook Generator', function () {
|
||||
|
||||
$("img").each(function() {
|
||||
var src = $(this).attr("src");
|
||||
console.log(path.resolve(pageFolder, src));
|
||||
assert(fs.existsSync(path.resolve(pageFolder, src)), src+" not found for page "+pageName);
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user