Skip to content

Commit

Permalink
Removing print message
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Jan 26, 2016
1 parent d7dbcc0 commit 4943619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/cli/utils/services.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function _M.check_status(configuration, configuration_path)
for index, service in ipairs(services) do
if service(configuration, configuration_path):is_running() then
running = true
print("INDEX "..index.." IS RUNNING")
else
not_running = true
end
Expand Down

0 comments on commit 4943619

Please sign in to comment.