Remove orphaned comment for deleted FakeApiInfoBanner function

Co-authored-by: hossain-khan <99822+hossain-khan@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-09 12:28:00 +00:00
co-authored by hossain-khan
parent d94b70ffba
commit 7fc02891dd
@@ -1278,10 +1278,6 @@ private fun WorkScheduleStatusCard(
Spacer(modifier = Modifier.height(8.dp))
}
/**
* A composable function that displays a banner indicating that the app is in developer mode
* and is using mock data instead of real API calls.
*/
@Preview(name = "App Settings Content - Initial State")
@Composable
private fun PreviewAppSettingsContentInitial() {