Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Removed rogue console.log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Nov 2, 2012
1 parent 7a986ba commit 20a64bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/util/code-gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ var actionTags = {

var send =
"if(" + target + " === '#_internal'){\n" +
"console.log('here');\n" +
"$raise(" + event + ");\n" +
"}else{\n" +
"$send(" + event + ", {\n" +
Expand Down

0 comments on commit 20a64bb

Please sign in to comment.