Skip to content

Commit 6dd5ea7

Browse files
Duy PhạmDuy Phạm
authored andcommitted
Remove Rebugger
1 parent 17fc4ab commit 6dd5ea7

File tree

4 files changed

+0
-39
lines changed

4 files changed

+0
-39
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ kotlinxCoroutinesCore = "1.8.1"
1616
kotlinxCoroutinesTest = "1.8.1"
1717

1818
#Testing
19-
rebugger = "1.0.0-rc03"
2019
truth = "1.4.2"
2120
junit4 = "4.13.2"
2221
mockk = "1.13.10"
@@ -65,7 +64,6 @@ androidx-core-testing = { module = "androidx.arch.core:core-testing", version.re
6564
#Testing
6665
junit4 = { group = "junit", name = "junit", version.ref = "junit4" }
6766
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
68-
rebugger = { module = "io.github.theapache64:rebugger", version.ref = "rebugger" }
6967
truth = { module = "com.google.truth:truth", version.ref = "truth" }
7068

7169
#Compose

lib-compose/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ dependencies {
117117
testImplementation(libs.truth)
118118
testImplementation(libs.mockk)
119119
testImplementation(libs.androidx.core.testing)
120-
121-
implementation(libs.rebugger)
122120
}
123121

124122
//region publishing

lib-compose/src/main/java/com/what3words/components/compose/maps/W3WMapComponent.kt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -260,28 +260,6 @@ internal fun W3WMapContent(
260260
onMapViewPortProvided: (W3WGridScreenCell) -> Unit,
261261
onRecallButtonPositionProvided: ((PointF) -> Unit),
262262
) {
263-
264-
// TODO: Remove this when done with debugging
265-
// Rebugger(
266-
// trackMap = mapOf(
267-
// "layoutConfig" to layoutConfig,
268-
// "mapConfig" to mapConfig,
269-
// "mapState" to mapState,
270-
// "buttonState" to buttonState,
271-
// "mapProvider" to mapProvider,
272-
// "onMarkerClicked" to onMarkerClicked,
273-
// "onMapTypeClicked" to onMapTypeClicked,
274-
// "onMyLocationClicked" to onMyLocationClicked,
275-
// "onRecallClicked" to onRecallClicked,
276-
// "onMapClicked" to onMapClicked,
277-
// "onCameraUpdated" to onCameraUpdated,
278-
// "onError" to onError,
279-
// "onMapViewPortProvided" to onMapViewPortProvided,
280-
// "onRecallButtonPositionProvided" to onRecallButtonPositionProvided,
281-
// "onMapProjectionUpdated" to onMapProjectionUpdated,
282-
// )
283-
// )
284-
285263
// Handles check location permissions, if isMyLocationEnabled enable
286264
MapPermissionsHandler(mapState = mapState, onError = onError) {
287265

lib-compose/src/main/java/com/what3words/components/compose/maps/providers/googlemap/W3WGoogleMap.kt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,6 @@ fun W3WGoogleMap(
116116
}.launchIn(this)
117117
}
118118

119-
// Rebugger(
120-
// trackMap = mapOf(
121-
// "layoutConfig" to layoutConfig,
122-
// "mapConfig" to mapConfig,
123-
// "mapProperties" to mapProperties,
124-
// "uiSettings" to uiSettings,
125-
// "state" to state,
126-
// "onMarkerClicked" to onMarkerClicked,
127-
// "onMapClicked" to onMapClicked,
128-
// "onMapProjectionUpdated" to onMapProjectionUpdated,
129-
// )
130-
// )
131-
132119
GoogleMap(
133120
modifier = modifier,
134121
cameraPositionState = cameraPositionState,

0 commit comments

Comments
 (0)