Remove unnecessary type annotations

This commit is contained in:
sdogruyol 2016-05-22 23:34:37 +03:00
parent b3ebf40201
commit c9b206d1d6
2 changed files with 0 additions and 3 deletions

View file

@ -3,8 +3,6 @@ require "option_parser"
module Kemal module Kemal
# Handles all the initialization from the command line. # Handles all the initialization from the command line.
class CLI class CLI
@config : Kemal::Config
@key_file : String
def initialize def initialize
@ssl_enabled = false @ssl_enabled = false

View file

@ -19,7 +19,6 @@ module Kemal
@logger = nil @logger = nil
@error_handler = nil @error_handler = nil
@always_rescue = true @always_rescue = true
@run = false
end end
def logger def logger