Skip to content

Commit bc75dd1

Browse files
fix: remove console log
1 parent 6b3abed commit bc75dd1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/OpenSign/src/pages/Opensigndrive.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ function Opensigndrive() {
179179
}
180180
];
181181
let newTour = [...tourConfigs, ...addMoreTour];
182-
console.log("tournew", newTour);
183182
const isFolderExist = driveDetails.some(
184183
(data) => data.Type === "Folder"
185184
);
@@ -194,7 +193,6 @@ function Opensigndrive() {
194193
(data) => data.selector !== '[data-tut="reactourSixth"]'
195194
);
196195
}
197-
console.log("newTour", newTour);
198196
setTourData(newTour);
199197
setSkip((prevSkip) => prevSkip + limit);
200198
sortingData(null, null, driveDetails, true);
@@ -216,7 +214,6 @@ function Opensigndrive() {
216214
});
217215
}
218216
};
219-
console.log("tourdata", tourData);
220217

221218
//function to fetch drive details list on scroll bottom
222219
const handleScroll = () => {

0 commit comments

Comments
 (0)