Skip to content

Commit ce2f450

Browse files
committed
Update MainActivity.kt
1 parent 6e07fae commit ce2f450

File tree

1 file changed

+0
-1
lines changed
  • download-vector-tiles-to-local-cache/src/main/java/com/esri/com/arcgismaps/sample/downloadvectortilestolocalcache

1 file changed

+0
-1
lines changed

download-vector-tiles-to-local-cache/src/main/java/com/esri/com/arcgismaps/sample/downloadvectortilestolocalcache/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ class MainActivity : AppCompatActivity() {
206206
val progress = exportVectorTilesJob.progress.value
207207
dialogLayoutBinding.progressBar.progress = progress
208208
dialogLayoutBinding.progressTextView.text = "$progress% completed"
209-
Log.e(TAG, progress.toString())
210209
}
211210
}
212211
// display map if job succeeds

0 commit comments

Comments
 (0)