Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Aug 8, 2022
1 parent a4456d8 commit 8462508
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.shopify.reactnative.flash_list

import android.content.Context
import android.graphics.Canvas
import android.util.Log
import android.view.View
import android.view.ViewGroup
import android.widget.HorizontalScrollView
Expand Down Expand Up @@ -137,7 +136,6 @@ class AutoLayoutView(context: Context) : ReactViewGroup(context) {

/** TODO: Check migration to Fabric */
private fun emitBlankAreaEvent() {
Log.w("flst", "send blank area")
val event: WritableMap = Arguments.createMap()
event.putDouble("offsetStart", alShadow.blankOffsetAtStart / pixelDensity)
event.putDouble("offsetEnd", alShadow.blankOffsetAtEnd / pixelDensity)
Expand Down

0 comments on commit 8462508

Please sign in to comment.