mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Fabric: Removed log leftover
Summary: Trivial. Reviewed By: mdvacca Differential Revision: D14696997 fbshipit-source-id: 5f093ae5f343f2a2a2ee060f0574a6acf4c186d4
This commit is contained in:
committed by
Facebook Github Bot
parent
5a418c5a5d
commit
8774229f66
@@ -7,8 +7,6 @@
|
||||
|
||||
#include "AccessibilityProps.h"
|
||||
|
||||
#include <glog/logging.h>
|
||||
|
||||
#include <react/components/view/accessibilityPropsConversions.h>
|
||||
#include <react/components/view/propsConversions.h>
|
||||
#include <react/core/propsConversions.h>
|
||||
@@ -57,7 +55,6 @@ AccessibilityProps::AccessibilityProps(
|
||||
#if RN_DEBUG_STRING_CONVERTIBLE
|
||||
SharedDebugStringConvertibleList AccessibilityProps::getDebugProps() const {
|
||||
const auto &defaultProps = AccessibilityProps();
|
||||
LOG(INFO) << "Call AccessibilityProps::getDebugProps with testId " << testId;
|
||||
return SharedDebugStringConvertibleList{
|
||||
debugStringConvertibleItem("testId", testId, defaultProps.testId),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user