From 3c2f87ab8ca27628829a8c60cdd9f58f61a840f0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 17 Jan 2015 18:10:00 -0700 Subject: [PATCH] remove more console logging --- desirae.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/desirae.js b/desirae.js index acfef0b..1d79cc8 100644 --- a/desirae.js +++ b/desirae.js @@ -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