Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
#136 removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed Sep 16, 2013
1 parent a919326 commit 1f20d74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1365,9 +1365,6 @@ def build_config(config_file)
else
config.gsub!("@ml.rewrite-resolves-globally", "")
end
# @properties.each do |k, v|
# config.gsub!("@#{k}", v)
# end
@properties.sort {|x,y| y <=> x}.each do |k, v|
config.gsub!("@#{k}", v)
end
Expand Down

0 comments on commit 1f20d74

Please sign in to comment.