remove logs

This commit is contained in:
hamid zarghami
2025-07-15 16:14:34 +03:30
parent 019e96cb9d
commit 098d39284b
20 changed files with 13 additions and 155 deletions
@@ -17,7 +17,6 @@ const SocialRenderer: FC<SocialRendererProps> = ({ socials, itemId, sectionKey }
// جلوگیری از propagation به parent handlers
e.stopPropagation()
e.preventDefault()
console.log('Social clicked:', socialId)
setSelectedElement({
type: ElementType.SOCIAL,
elementId: socialId,