Skip to content

Commit 1f616c1

Browse files
committed
Remove android log
1 parent f3276e1 commit 1f616c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.swmansion.rnscreens
22

33
import android.annotation.SuppressLint
4-
import android.util.Log
54
import com.facebook.react.bridge.ReactContext
65
import com.facebook.react.views.view.ReactViewGroup
76

@@ -10,7 +9,6 @@ class ContentScrollViewDetector(
109
val reactContext: ReactContext,
1110
) : ReactViewGroup(reactContext) {
1211
override fun onAttachedToWindow() {
13-
Log.d("SCREENS", "ScrollViewWrapper")
1412
super.onAttachedToWindow()
1513
}
1614
}

0 commit comments

Comments
 (0)