KanoComputing / make-art

App to learn programming using a basic CoffeeScript drawing API
GNU General Public License v2.0
47 stars 37 forks source link

Remove trackEvent listener #373

Closed abridger closed 7 years ago

abridger commented 7 years ago

The only event that seems to have been firing is the sdk, which fires a signedInToKanoWorld event on successful sign in. This was causing duplication with the in-app event. Since all other tracking is handled by the app, and no other events are triggering this, it seems best to remove the listener to prevent any other rogue events firing.

Trello card: https://trello.com/c/rjMJSqys/1621-2-implement-kano-code-tracking-on-make-art