Skip to content

Commit 96bbc41

Browse files
committed
remove console.logs
1 parent 5c9a462 commit 96bbc41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/tour-group-interface/src/interface.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ function useTour() {
143143
return { tourReady, initTour, startTour };
144144
145145
function initTour() {
146-
console.log('initTour');
147146
if (!props.steps?.length)
148147
return;
149148
tour = driver();
@@ -209,8 +208,6 @@ function useTour() {
209208
};
210209
});
211210
212-
console.log('tourSteps', tourSteps);
213-
214211
initialized.value = true;
215212
}
216213

0 commit comments

Comments
 (0)