lib/smartcloud/grids/buildpacker.rb in smartcloud-0.0.188 vs lib/smartcloud/grids/buildpacker.rb in smartcloud-0.0.189
- old
+ new
@@ -70,10 +70,9 @@
# Remove server.pid if it exists
FileUtils.rm("tmp/pids/server.pid") if File.exist? "tmp/pids/server.pid"
# if system("god -c Godfile -D")
- logger.info "Launched Application ... Success."
return true
# end
# return false
end