From e40130b34cc77f2e56deec7c0ab4186ab0ed0167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Hal=C3=A1sz?= Date: Mon, 4 Jan 2016 06:45:08 +0100 Subject: [PATCH] v0.9.28 --- controllers/construct.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/controllers/construct.js b/controllers/construct.js index 31c6ac1..69e8011 100644 --- a/controllers/construct.js +++ b/controllers/construct.js @@ -22,7 +22,6 @@ module.exports = function(constructName, constructRoot, app){ app.header(function($){ $.htmlModule = function(pathname){ - console.log('pathname', pathname) if(!pathname || (pathname && pathname.indexOf(/\n|\r/) != -1)){ var path = pathname ? pathname : 'index.html' var context = merge(clone($, false, 1), $.data) diff --git a/package.json b/package.json index 5de6eb3..0b9640e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diet", - "version": "0.9.27", + "version": "0.9.28", "description": "A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.", "homepage": "http://dietjs.com/", "keywords": [