Removed console.log in test

This commit is contained in:
Patrick Steele-Idem 2016-01-18 20:16:25 -07:00
parent 7e0aff58c2
commit 0a3e80caea

View File

@ -1,4 +1,3 @@
var template = require('./template.marko');
exports.renderer = function(input, out) {
@ -6,8 +5,6 @@ exports.renderer = function(input, out) {
var body = input.body;
var footer = input.footer;
console.log(module.id, input);
template.render({
header: header,
body: body,