aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpabs@pablotron.org <pabs@pablotron.org>2014-12-18 02:44:59 -0500
committerpabs@pablotron.org <pabs@pablotron.org>2014-12-18 02:44:59 -0500
commita6ce9c8e2a61ac7a3eaee0506c7777c915e1e1c0 (patch)
treee3f1790d4a1f2fecb24ce57d8b9ad592bda4645f
parent76b234808980780498a25e7bb3b1ef2bc4c2bb34 (diff)
downloadluigi-template-a6ce9c8e2a61ac7a3eaee0506c7777c915e1e1c0.tar.bz2
luigi-template-a6ce9c8e2a61ac7a3eaee0506c7777c915e1e1c0.zip
comment out debug code
-rw-r--r--luigi-template.js4
1 files changed, 3 insertions, 1 deletions
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') {