Skip to content

Commit fbf73e1

Browse files
dkhawkkikoso
andauthored
fix: remove errant logging (#690)
* fix: remove errant logging Remove logging left over from debugging * chore: fixed typo in doc --------- Co-authored-by: Enrique López Mañas <[email protected]>
1 parent 8ea4c35 commit fbf73e1

File tree

1 file changed

+0
-2
lines changed
  • maps-compose/src/main/java/com/google/maps/android/compose

1 file changed

+0
-2
lines changed

maps-compose/src/main/java/com/google/maps/android/compose/GoogleMap.kt

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import android.content.ComponentCallbacks2
1919
import android.content.res.Configuration
2020
import android.location.Location
2121
import android.os.Bundle
22-
import android.util.Log
2322
import android.view.View
2423
import androidx.compose.foundation.layout.Box
2524
import androidx.compose.foundation.layout.PaddingValues
@@ -191,7 +190,6 @@ public fun GoogleMap(
191190
},
192191
update = { mapView ->
193192
if (subcompositionJob == null) {
194-
Log.d("Gollum", "subcomposition running")
195193
subcompositionJob = parentCompositionScope.launchSubcomposition(
196194
mapUpdaterState,
197195
parentComposition,

0 commit comments

Comments
 (0)