Removed console.log

This commit is contained in:
utkarshcmu 2016-10-12 13:47:40 -07:00
parent cc3b928708
commit 6638605fd1

View File

@ -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]);
}