mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Removing stray test console.log
This commit is contained in:
parent
c5b26a4376
commit
e253795665
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ module.exports = class WorldMapView extends RootView
|
||||||
# TODO: Cleanup @afterRender when this test is finished
|
# TODO: Cleanup @afterRender when this test is finished
|
||||||
firstLevelID = 'dungeons-of-kithgard'
|
firstLevelID = 'dungeons-of-kithgard'
|
||||||
testGroup = me.getDirectFirstGroup()
|
testGroup = me.getDirectFirstGroup()
|
||||||
console.log 'WorldMapView initABTestAutoFirstLevel', testGroup
|
|
||||||
unless @nextLevel? or (firstLevelID of @levelStatusMap) or testGroup is -1
|
unless @nextLevel? or (firstLevelID of @levelStatusMap) or testGroup is -1
|
||||||
@ABTestSkipHighlight = testGroup is 1
|
@ABTestSkipHighlight = testGroup is 1
|
||||||
if testGroup is 1
|
if testGroup is 1
|
||||||
|
|
Loading…
Reference in a new issue