Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan authored and andresmr committed Mar 5, 2024
1 parent ea027be commit 57c596c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ const val DEFAULT_EXTERNAL_TRACKER_NAME = "secondaryTracker"
class TrackerController {
companion object {
fun dhis2InternalTracker(matomo: Matomo): Tracker? {
return null
/*return TrackerBuilder.createDefault(BuildConfig.MATOMO_URL, BuildConfig.MATOMO_ID)
.build(matomo)*/
return TrackerBuilder.createDefault(BuildConfig.MATOMO_URL, BuildConfig.MATOMO_ID)
.build(matomo)
}

fun dhis2ExternalTracker(
Expand Down

0 comments on commit 57c596c

Please sign in to comment.