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
-1
View File
@@ -57,7 +57,6 @@ const UploadBoxDraggble: FC<Props> = (props: Props) => {
if (props.preview && props.preview.length > 0 && !isFill) {
setPerviews(props.preview)
console.log('preview', props.preview);
setIsFill(true)
}