style: remove unecesary puts lines
This commit is contained in:
parent
37cbf76fc9
commit
0207a311b5
@ -8,13 +8,11 @@ module Fastlane
|
||||
# Check from parameters
|
||||
unless Helper::AndroidCdHelper.is_set(params[:from])
|
||||
UI.user_error("❌ Parameters from cannot be null")
|
||||
puts("Error on beta type parameter")
|
||||
end
|
||||
|
||||
# Check destination parameters
|
||||
unless Helper::AndroidCdHelper.is_set(params[:destination])
|
||||
UI.user_error("❌ Parameters destination cannot be null")
|
||||
puts("Error on beta type parameter")
|
||||
end
|
||||
|
||||
UI.message("⌛️ Promoting to Google Play Store from #{params[:from]} to #{params[:destination]}..")
|
||||
|
Loading…
x
Reference in New Issue
Block a user