Remove some unneeded logs

This commit is contained in:
Mike Koch 2017-11-03 21:44:06 -04:00
parent 308f7431e7
commit 2d9c383ddd
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED
2 changed files with 0 additions and 2 deletions

View File

@ -59,7 +59,6 @@ function goToStep(step) {
$('#back-button').hide();
}
if (steps[step].showNext !== undefined && !steps[step].showNext) {
console.log('hiding this');
$('#next-button').hide();
}

View File

@ -59,7 +59,6 @@ function goToStep(step) {
$('#back-button').hide();
}
if (steps[step].showNext !== undefined && !steps[step].showNext) {
console.log('hiding this');
$('#next-button').hide();
}