fixing bug in topics causing meta tags to revert on subsequent refresh

This commit is contained in:
psychobunny
2014-03-02 22:10:57 -05:00
parent dbbbe21883
commit 8df33e65ac
2 changed files with 2 additions and 5 deletions

View File

@@ -165,7 +165,6 @@ middleware.renderHeader = function (options, callback) {
};
var uid = '0';
console.log(options.res.locals.metaTags);
// Meta Tags
templateValues.metaTags = defaultMetaTags.concat(options.res.locals.metaTags || []).map(function(tag) {
if(!tag || typeof tag.content !== 'string') {