mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove extraneous log statment (#41799)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41799 Noticed this when doing local build. Changelog: [Internal] Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: rshest Differential Revision: D51845672 fbshipit-source-id: 2f24d69cea1a2fededed271865a5836e791cea41
This commit is contained in:
committed by
Facebook GitHub Bot
parent
be9196855d
commit
363ee484bb
@@ -112,7 +112,6 @@ Pod::Spec.new do |spec|
|
||||
# This podspec is also run in CI to build Hermes without using Pod install
|
||||
# and sometimes CI fails because `Pod::Executable` does not exist if it is not run with Pod Install.
|
||||
if defined?(Pod::Executable.to_s)
|
||||
puts "Const Defined!"
|
||||
CMAKE_BINARY = Pod::Executable::which!('cmake')
|
||||
# NOTE: Script phases are sorted alphabetically inside Xcode project
|
||||
spec.script_phases = [
|
||||
|
||||
Reference in New Issue
Block a user