Skip to content

Commit

Permalink
Remove extraneous log statment (#41799)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
NickGerleman authored and pull[bot] committed Jan 17, 2024
1 parent 72a54a2 commit e224191
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e224191

Please sign in to comment.