Skip to content

Commit

Permalink
Stringify header
Browse files Browse the repository at this point in the history
  • Loading branch information
guyht committed Jan 23, 2013
1 parent edf4a4c commit de301d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/glog.js
Expand Up @@ -63,8 +63,6 @@ Glog.prototype.load_configs = function(cb) {
options[key] = config[key];
}

console.log(JSON.stringify(options));

cb(options);

}
Expand Down Expand Up @@ -153,7 +151,7 @@ Glog.prototype.load_articles = function(options, cb) {
var body = parts.join('\n\n');

log.info('Read articles with headers: ');
log.info(header);
log.info(JSON.stringify(header));

// Check mandatory fields
if(!header.title) {
Expand Down

0 comments on commit de301d1

Please sign in to comment.