Skip to content

Commit

Permalink
removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Touffy committed May 30, 2013
1 parent ef6b8e9 commit 8bbc468
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SCxmlProcessors.js
Expand Up @@ -11,7 +11,6 @@ SCxml.EventProcessors={
{
if(sc.sendNoMore) return;
target=target||"#_scxml_"+sc.sid
console.log("sending a "+event.name+" event to "+target)
var sid
if((sid=target.match(/^#_scxml_(.+)$/)) && (sid=sid[1]))
{
Expand Down Expand Up @@ -71,8 +70,6 @@ SCxml.EventProcessors={
if(!obj) sc.error("execution.DOM",element,
new Error('Failed to evaluate "'+target+'" to an existing element'))

console.log("sending a "+event.type+" event to ",obj)

obj.dispatchEvent(event)
}
}
Expand Down

0 comments on commit 8bbc468

Please sign in to comment.