remove more console logging

这个提交包含在:
AJ ONeal 2015-01-17 18:10:00 -07:00
父节点 6dbd8b5d08
当前提交 3c2f87ab8c
共有 1 个文件被更改,包括 1 次插入7 次删除

查看文件

@ -270,7 +270,7 @@
};
Desi.init = function (desi, env) {
console.info('getting config, data, caches...');
Desi._initFileAdapter();
if (!exports.window) {
// TODO pull state out of this later
@ -282,9 +282,6 @@
//, blogdir = plop[1]
;
console.info('loaded config, data, caches, partials');
/* console.log({ config: arr.config , site: arr.site , authors: arr.authors }); */
//desi.blogdir = blogdir;
desi.originals = {};
desi.copies = {};
@ -350,8 +347,6 @@
, Desi.fsapi.getCache()
]);
}).then(function (things) {
console.info('loaded theme meta, root meta, collection meta');
/* console.log({ theme: things[0] , root: things[1] , collection: things[2] , asset: things[3] , cache: things[4] }); */
function noErrors(map) {
Object.keys(map).forEach(function (path) {
@ -395,7 +390,6 @@
console.error('Missing Collections!');
}
console.info('last update: ' + (cache && cache.lastUpdate && new Date(cache.lastUpdate) || 'never'));
desi.cache = cache;
desi.meta = {
themes: themes