Polished onboarding, removed stray logs

closes #102
This commit is contained in:
Stefan Zermatten
2017-09-28 13:17:33 +02:00
parent 4c31ab601c
commit bc9ec4421c
2 changed files with 2 additions and 5 deletions

View File

@@ -158,7 +158,6 @@ Template.attributeDialogView.helpers({
return evaluateEffect(this.charId, this);
},
showNewUserExperience: function(){
console.log(this.statName);
if (this.statName === "speed"){
return Session.get("newUserExperienceStep") >= 2;
}