chore(react): remove debug log

This commit is contained in:
Elian Doran 2025-08-27 18:26:27 +03:00
parent a4da002352
commit 28a472782f
No known key found for this signature in database

View File

@ -476,7 +476,6 @@ export function useTooltip(elRef: RefObject<HTMLElement>, config: Partial<Toolti
const $el = $(elRef.current); const $el = $(elRef.current);
$el.tooltip("show"); $el.tooltip("show");
console.log("Show tooltip ", elRef.current);
}, [ elRef, config ]); }, [ elRef, config ]);
const hideTooltip = useCallback(() => { const hideTooltip = useCallback(() => {