summaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorJean Claveau <jean.claveau@c277.fr>2014-10-05 18:02:58 +0200
committerJean Claveau <jean.claveau@c277.fr>2014-10-05 18:02:58 +0200
commitec05305be1ce3b210a471dafc146886d04ada6c2 (patch)
tree9ce63164558ef47eedec8437cfb656113ff9b1f8 /script
parent33612cdcc1ab5f3e73e7647a8e62ecbab1495432 (diff)
cleaning
Diffstat (limited to 'script')
-rw-r--r--script/svg/__init__.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/script/svg/__init__.js b/script/svg/__init__.js
index 6c244c9025..775265dd1e 100644
--- a/script/svg/__init__.js
+++ b/script/svg/__init__.js
@@ -21,9 +21,6 @@ svg.getHooksPattern = function(){
// hook_name( arg1 [, arg2]... )
if( hookNames.length ){
var pattern = "("+hookNames.join('|')+")\\(([^\\(\\)]+)\\)\\s*;?";
-
- // console.log('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
- // console.log(pattern);
return pattern;
}
}
@@ -51,10 +48,9 @@ svg.templateHooks.prop = function( propName, varName ){
}
} else {
- print( 'Unable to find ' + varName + ' for prop hook.' );
+ console.log( 'Unable to find ' + varName + ' for prop hook.' );
}
- // print( varName + ' => ' out + ' | ' + (varName in global) );
return out;
}