Skip to content

Commit eed0950

Browse files
committed
Less noise
1 parent a3a4768 commit eed0950

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

logic.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@
210210
last_ten.each { |line| puts line }
211211
exit
212212
end
213-
puts colorize_lightblue('...done')
214213
end
215214

216215
if options['provision_commodities']
@@ -227,7 +226,6 @@
227226
last_ten.each { |line| puts line }
228227
exit
229228
end
230-
puts colorize_lightblue('...done')
231229

232230
# Now we identify exactly which containers we've created in the above command
233231
existing_containers2 = []
@@ -291,7 +289,6 @@
291289
services_to_start.delete(service_name)
292290
end
293291
end
294-
puts colorize_lightblue('...done')
295292

296293
up = run_command("#{ENV['DC_CMD']} up --no-deps --remove-orphans -d logstash > /dev/null 2>&1")
297294
sleep(3)
@@ -311,7 +308,6 @@
311308
last_ten.each { |line| puts line }
312309
exit
313310
end
314-
puts colorize_lightblue('...done')
315311
end
316312

317313
# Until we have no more left to start AND we have no more in progress...

0 commit comments

Comments
 (0)