removed log cruft
This commit is contained in:
parent
c77924975e
commit
c6d3c7bef5
|
@ -606,11 +606,9 @@
|
||||||
console.info('found index again');
|
console.info('found index again');
|
||||||
yml.permalink = page.htmlpath;
|
yml.permalink = page.htmlpath;
|
||||||
}
|
}
|
||||||
console.info('1', yml.permalink);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!/\.html?$/.test(yml.permalink)) {
|
if (!/\.html?$/.test(yml.permalink)) {
|
||||||
console.info(page.yml.permalink);
|
|
||||||
yml.permalink = path.join(yml.permalink, 'index.html');
|
yml.permalink = path.join(yml.permalink, 'index.html');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -752,8 +750,6 @@
|
||||||
|
|
||||||
desi.content.collections.sort(byDate);
|
desi.content.collections.sort(byDate);
|
||||||
desi.collated = collate(desi.content.collections);
|
desi.collated = collate(desi.content.collections);
|
||||||
console.info('7 desi.collated');
|
|
||||||
console.info(desi.collated);
|
|
||||||
|
|
||||||
return PromiseA.resolve(desi);
|
return PromiseA.resolve(desi);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue