Skip to content
Snippets Groups Projects
Commit 5c016afb authored by Anthony's avatar Anthony
Browse files

Remove useless code

parent cf84727c
Branches
No related tags found
1 merge request!20Fix ref forwarding from Mirador to Mirador CanvasAnnotationPlugin
Pipeline #1683 failed
...@@ -15,10 +15,8 @@ function WindowSideBarAnnotationsPanel({ ...@@ -15,10 +15,8 @@ function WindowSideBarAnnotationsPanel({
}) { }) {
/** */ /** */
const containerRef = useRef(); const containerRef = useRef();
const [display, setDisplay] = useState(false);
useEffect(() => { useEffect(() => {
console.log(`Use effect ${containerRef}`);
console.log(`Use effect current ${containerRef.current}`); console.log(`Use effect current ${containerRef.current}`);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment