fix: remove logs

This commit is contained in:
2026-02-03 22:19:01 +05:00
parent 6bb0a90ea0
commit a7268bb986
11 changed files with 176 additions and 83 deletions

View File

@@ -259,8 +259,6 @@ fun OtherProfileScreen(
}
// DEBUG LOGS
Log.d("OtherProfileScroll", "expansionProgress=$expansionProgress, isPulledDown=$isPulledDown, isDragging=$isDragging")
// ═══════════════════════════════════════════════════════════════
// NESTED SCROLL - Telegram style with overscroll support
// ═══════════════════════════════════════════════════════════════

View File

@@ -588,7 +588,6 @@ private suspend fun loadPhotos(context: Context): List<PhotoItem> = withContext(
}
}
} catch (e: Exception) {
android.util.Log.e(TAG, "Error loading photos: ${e.message}", e)
}
items

View File

@@ -401,8 +401,6 @@ fun ProfileScreen(
}
// DEBUG LOGS
Log.d("ProfileScroll", "expansionProgress=$expansionProgress, isPulledDown=$isPulledDown, isDragging=$isDragging")
// ═══════════════════════════════════════════════════════════════
// NESTED SCROLL - Telegram style
// ═══════════════════════════════════════════════════════════════