Author: jbeard Date: Sat Aug 14 18:27:01 2010 New Revision: 985555 URL: http://svn.apache.org/viewvc?rev=985555&view=rev Log: Removed log statement from drawing-tool-precompiled.html
Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/demo/drawing-tool/drawing-tool-precompiled.html Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/demo/drawing-tool/drawing-tool-precompiled.html URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/demo/drawing-tool/drawing-tool-precompiled.html?rev=985555&r1=985554&r2=985555&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/demo/drawing-tool/drawing-tool-precompiled.html (original) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/demo/drawing-tool/drawing-tool-precompiled.html Sat Aug 14 18:27:01 2010 @@ -156,7 +156,6 @@ if(compiledStatechartInstance[eventName]){ node.addEventListener(eventName,function(e){ e.preventDefault(); - console.log(e); compiledStatechartInstance[eventName](e) },false); }