Useless code removed

This commit is contained in:
erwanlr
2012-12-13 13:26:04 +01:00
parent 2a782e9680
commit 809311ee04

View File

@@ -37,7 +37,6 @@ class Browser
def initialize(options = {}) def initialize(options = {})
@config_file = options[:config_file] || CONF_DIR + '/browser.conf.json' @config_file = options[:config_file] || CONF_DIR + '/browser.conf.json'
#@basic_auth = options[:basic_auth]
options.delete(:config_file) options.delete(:config_file)
load_config() load_config()