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
@@ -52,7 +52,6 @@ const SettingSideBar: FC = () => {
const handleUploadBackground = (file: File[]) => {
if (activeSection && file.length > 0) {
const imageUrl = URL.createObjectURL(file[0])
console.log('Setting background image:', imageUrl)
const currentItem = data[activeSection as keyof typeof data]?.items[activeItemIndex]
updateActiveItem({