Remove some unneeded logs
This commit is contained in:
parent
308f7431e7
commit
2d9c383ddd
@ -59,7 +59,6 @@ function goToStep(step) {
|
|||||||
$('#back-button').hide();
|
$('#back-button').hide();
|
||||||
}
|
}
|
||||||
if (steps[step].showNext !== undefined && !steps[step].showNext) {
|
if (steps[step].showNext !== undefined && !steps[step].showNext) {
|
||||||
console.log('hiding this');
|
|
||||||
$('#next-button').hide();
|
$('#next-button').hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,7 +59,6 @@ function goToStep(step) {
|
|||||||
$('#back-button').hide();
|
$('#back-button').hide();
|
||||||
}
|
}
|
||||||
if (steps[step].showNext !== undefined && !steps[step].showNext) {
|
if (steps[step].showNext !== undefined && !steps[step].showNext) {
|
||||||
console.log('hiding this');
|
|
||||||
$('#next-button').hide();
|
$('#next-button').hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user