Skip to content

Commit

Permalink
Remove debug logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sufyanAbbasi committed Dec 19, 2024
1 parent 5c420e8 commit 7e66573
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,10 @@ class HomeScreenMapContainerFragment : AbstractMapContainerFragment() {
adapter = JobMapAdapter { loi -> submissionRepository.getTotalSubmissionCount(loi) }

launchWhenStarted {
Timber.v("GOT HERE: launchWhenStarted")
val canUserSubmitData = userRepository.canUserSubmitData()

// Handle collect button clicks
adapter.setCollectDataListener { mapUiData ->
Timber.v("GOT HERE: setCollectDataListener")
val job =
lifecycleScope.launch {
mapContainerViewModel.activeSurveyDataSharingTermsFlow.cancellable().collectLatest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ class JobMapAdapter(private val getSubmissionCount: suspend (loi: LocationOfInte
scope
.launch { sheetState.hide() }
.invokeOnCompletion {
Timber.v("GOT HERE: sheetState HIDE")
if (!sheetState.isVisible) {
closeJobCard()
}
Expand Down

0 comments on commit 7e66573

Please sign in to comment.