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
# Handles all the initialization from the command line.
class CLI
@config : Kemal::Config
@key_file : String
def initialize
@ssl_enabled = false

View File

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