removed console.log

This commit is contained in:
psychobunny
2013-10-12 13:08:49 -04:00
parent a63732027f
commit 30c7113bd8

View File

@@ -49,7 +49,6 @@ var express = require('express'),
};
plugins.fireHook('filter:header.build', custom_header, function(err, custom_header) {
console.log(custom_header);
var defaultMetaTags = [{
name: 'viewport',
content: 'width=device-width, initial-scale=1.0, user-scalable=no'