Removing stray test console.log

This commit is contained in:
Matt Lott 2014-11-10 11:09:07 -08:00
parent c5b26a4376
commit e253795665

View file

@ -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