lib/orats/commands/ui.rb in orats-0.7.0 vs lib/orats/commands/ui.rb in orats-0.7.1
- old
+ new
@@ -29,14 +29,9 @@
log_status_bottom bottom_label, bottom_message, :yellow, strip_newline
yield if block_given?
end
def log_remote_info(top_label, top_message, bottom_label, bottom_message)
- log_status_top top_label, "#{top_message}:", :green
- log_status_bottom bottom_label, bottom_message, :yellow
- end
-
- def log_local_info(top_label, top_message, bottom_label, bottom_message)
log_status_top top_label, "#{top_message}:", :blue
log_status_bottom bottom_label, bottom_message, :cyan
end
def run_from(path, command)
\ No newline at end of file