Skip to content

Commit

Permalink
Update UnityContent.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Lanters authored Apr 28, 2019
1 parent 5251a6c commit 1f0c0a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/UnityContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export default class UnityContent {
* @public
*/
public on(eventName: string, eventCallback: Function): any {
console.log("HELLO!", eventName);
this.unityEvents.push({
eventName: eventName,
eventCallback: eventCallback
Expand Down

0 comments on commit 1f0c0a5

Please sign in to comment.