Skip to content

Commit 9e00d1a

Browse files
committed
chore: remove debug logs
1 parent e8be554 commit 9e00d1a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

android/src/main/java/com/swmansion/enriched/EnrichedTextInputViewManager.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,7 @@ class EnrichedTextInputViewManager : SimpleViewManager<EnrichedTextInputView>(),
281281
attachmentsPositions: FloatArray?
282282
): Long {
283283
val id = localData?.getInt("viewTag")
284-
val size = MeasurementStore.getMeasureById(context, id, width, props)
285-
286-
Log.d("IGOR", "MEASURE RESULT for id=$id: $size")
287-
return size
284+
return MeasurementStore.getMeasureById(context, id, width, props)
288285
}
289286

290287
companion object {

0 commit comments

Comments
 (0)