소스 검색

Removed unnecessary comment

msmith-techempower 9 년 전
부모
커밋
7756f757e6
1개의 변경된 파일0개의 추가작업 그리고 15개의 파일을 삭제
  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