Browse Source

Removed unnecessary comment

msmith-techempower 9 years ago
parent
commit
7756f757e6
1 changed files with 0 additions and 15 deletions
  1. 0 15
      frameworks/Elixir/phoenix/setup.sh

+ 0 - 15
frameworks/Elixir/phoenix/setup.sh

@@ -2,21 +2,6 @@
 
 fw_depends elixir
 
-# 
-# Caution: "line 20 has flaw."
-#
-#   Below sed command will cause another travis-ci test failing 
-#   if a person is executed local test. I think that line is original author's mistake.
-#   The logic is correct, but below command will make permanent change
-#   to 'config/proud.exs'. For this reason, if a tester of this framework is 
-#   going to execute this on local machine, then push this to remote
-#   it will fail travis-ci test.
-#
-#   For now, I keep this original code and leave this comment. 
-#   I will fix this problem later with better solution.
-#
-#   [email protected]
-#
 sed -i 's|localhost|'${DBHOST}'|g' config/prod.exs
 
 rm -rf _build deps