Commit 6638605f by utkarshcmu

Removed console.log

parent cc3b9287
......@@ -333,7 +333,6 @@ function (angular, _, dateMath) {
if (!_.isEmpty(md.tags)) {
_.each(_.toPairs(md.tags), function(tag) {
console.log(tag);
if (_.has(groupByTags, tag[0])) {
tagData.push(tag[0] + "=" + tag[1]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment