File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ function Opensigndrive() {
179
179
}
180
180
] ;
181
181
let newTour = [ ...tourConfigs , ...addMoreTour ] ;
182
- console . log ( "tournew" , newTour ) ;
183
182
const isFolderExist = driveDetails . some (
184
183
( data ) => data . Type === "Folder"
185
184
) ;
@@ -194,7 +193,6 @@ function Opensigndrive() {
194
193
( data ) => data . selector !== '[data-tut="reactourSixth"]'
195
194
) ;
196
195
}
197
- console . log ( "newTour" , newTour ) ;
198
196
setTourData ( newTour ) ;
199
197
setSkip ( ( prevSkip ) => prevSkip + limit ) ;
200
198
sortingData ( null , null , driveDetails , true ) ;
@@ -216,7 +214,6 @@ function Opensigndrive() {
216
214
} ) ;
217
215
}
218
216
} ;
219
- console . log ( "tourdata" , tourData ) ;
220
217
221
218
//function to fetch drive details list on scroll bottom
222
219
const handleScroll = ( ) => {
You can’t perform that action at this time.
0 commit comments