bin/leandocument in leandocument-0.1.3 vs bin/leandocument in leandocument-0.1.4

- old
+ new

@@ -19,10 +19,6 @@ options[:port] ||= 4567 $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require "leandocument" -unless options[:output].nil? - Leandocument::Server.output(options) -else - Leandocument::Server.start(options) -end +Leandocument::Server.start(options)