Skip to content

Commit 81fb74e

Browse files
committed
refactor: remove console.log
1 parent 0fa264c commit 81fb74e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/dataStructureVis/index.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ export default function DataStrutureVis() {
118118
height: window.innerHeight,
119119
});
120120
};
121-
console.log("lang", lang);
122121
useEffect(() => {
123-
console.log("lang", lang);
124122
window.addEventListener("resize", onResize);
125123
document.onfullscreenchange = (e) => {
126124
const fullscreenElement = document.fullscreenElement;

0 commit comments

Comments
 (0)