Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
erlgo committed Dec 26, 2014
1 parent 5d6468d commit dcd1383
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/models/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var config = require('../config');
};

Article.getTopicsFields = function (ids, fields, callback, withDescription) {
console.log(ids)
var sets = ids.map(function (set) {
return set.value || set;
});
Expand Down
5 changes: 0 additions & 5 deletions lib/widgets/recent.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ module.exports = function (Widgets) {
});
}

var config = {};
for (var n in widget.data) {
if (n != 'container')
config[n] = widget.data[n];
}
var numArticles = parseInt(widget.data.numArticles,10) -1 || 4,
showArticles = widget.data.showArticles || null,
tag;
Expand Down

0 comments on commit dcd1383

Please sign in to comment.