Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
divino committed Apr 26, 2017
1 parent ba97efc commit e40ab5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,9 @@ def restart_basic(group)

setup = File.read ServerConfig.expand_path("#{@@path}/lib/xquery/setup.xqy")
r = execute_query %Q{#{setup} setup:do-restart("#{group}")}
logger.info "code: #{r.code.to_i}"

r.body = parse_body(r.body)
logger.info r.body
logger.info "before return!!!!"
return true
end

Expand All @@ -551,7 +549,6 @@ def get_hosts
servers << item['nameref']
end
end
logger.debug "Servers #{servers}"
return servers
end

Expand Down

0 comments on commit e40ab5e

Please sign in to comment.