lib/vedeu/runtime/bootstrap.rb in vedeu-0.5.0 vs lib/vedeu/runtime/bootstrap.rb in vedeu-0.5.1
- old
+ new
@@ -29,14 +29,11 @@
# then launches the client application.
#
# @return [void]
def start
configure_log!
-
client_configuration!
-
client_application!
-
client_initialize!
Vedeu::Launcher.execute!(argv)
end