Skip to content

Commit 6d735ba

Browse files
committed
remove logging
1 parent 6ffd911 commit 6d735ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native/src/private/webapis/dom/nodes/ReactNativeElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ class ReactNativeElement extends ReadOnlyElement implements NativeMethods {
167167
measureAsyncOnUI(callback: MeasureOnSuccessCallback) {
168168
const node = getNativeElementReference(this);
169169
if (node != null) {
170-
console.log("ReactNativeElement node.measureAsyncOnUI()");
171170
// TODO: this is only available on native mobile platforms - when using web, do we need to fallback to measure()?
172171
NativeDOM.measureAsyncOnUI(node, callback);
173172
}

0 commit comments

Comments
 (0)