From 716edd304cc09ecfd39e3312b1ebe4fa8a9e767b Mon Sep 17 00:00:00 2001 From: Sahab Yazdani Date: Tue, 26 Apr 2011 15:58:12 -0400 Subject: [PATCH] Remove console.log --- mustache.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mustache.js b/mustache.js index 5167837..9daa085 100644 --- a/mustache.js +++ b/mustache.js @@ -369,7 +369,6 @@ var Mustache = (function(undefined) { } parserContext.template = parserContext.template.replace(/{{%([\w-]+)(\s*)(.*?(?=}}))}}/, function(match, pragma, space, suffix) { - console.log(match, suffix); var options = undefined; if (suffix.length>0) {