From a6ce9c8e2a61ac7a3eaee0506c7777c915e1e1c0 Mon Sep 17 00:00:00 2001 From: "pabs@pablotron.org" Date: Thu, 18 Dec 2014 02:44:59 -0500 Subject: comment out debug code --- luigi-template.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/luigi-template.js b/luigi-template.js index df7e150..f52ffe7 100644 --- a/luigi-template.js +++ b/luigi-template.js @@ -206,6 +206,7 @@ LuigiTemplate = (function() { scan(s, RES.actions, function(m) { if (m[1]) { + // action r.push({ type: 'action', key: m[1], @@ -255,7 +256,8 @@ LuigiTemplate = (function() { function run(o) { var i, l, f, fs, me = this; - print(JSON.stringify(this.actions)); + // debug + // print(JSON.stringify(this.actions)); return map(this.actions, function(row) { if (row.type == 'text') { -- cgit v1.2.3