mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Fully removed A/B test that was causing hero victory modals to not fully work.
This commit is contained in:
parent
624f164b54
commit
6f3485f089
1 changed files with 0 additions and 1 deletions
|
@ -431,7 +431,6 @@ module.exports = class PlayLevelView extends RootView
|
|||
application.tracker?.trackEvent 'Saw Victory',
|
||||
level: @level.get('name')
|
||||
label: @level.get('name')
|
||||
getDirectFirstGroup: me.getDirectFirstGroup()
|
||||
application.tracker?.trackTiming victoryTime, 'Level Victory Time', @levelID, @levelID, 100
|
||||
|
||||
showVictory: ->
|
||||
|
|
Loading…
Add table
Reference in a new issue