remove console logs

This commit is contained in:
Hugh Rundle 2022-07-17 16:17:08 +10:00
parent 387f2a70c9
commit bec2943aad
2 changed files with 0 additions and 3 deletions

View file

@ -10,8 +10,6 @@
exitOnEsc: true,
});
console.log("remote", remoteResult)
if (remoteResult) {
tour.addStep(
{

View file

@ -104,7 +104,6 @@
element: () => {
let menu = document.querySelector('#tour-navbar-start')
let display = window.getComputedStyle(menu).display;
console.log(display);
return display == 'flex' ? '#tour-navbar-start' : '.navbar-burger';
},
on: "right",