mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Removed console.log in test
This commit is contained in:
parent
7e0aff58c2
commit
0a3e80caea
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user