Skip to content

Commit

Permalink
removed unused sinatra setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Feb 28, 2016
1 parent b7e304a commit 724ca96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class Common < Sinatra::Base
configure do
set :app_name, 'HieraViz'
set :configdata, Hieraviz::Config.load
set :config, Hieracles::Config.new(config: Hieraviz::Config.configfile)
set :basepaths, Hieraviz::Config.basepaths
set :store, Hieraviz::Store.new(settings.configdata['tmpdir'])
enable :session
Expand Down

0 comments on commit 724ca96

Please sign in to comment.