Browse Source

Removed an unnecessary comment

msmith-techempower 9 years ago
parent
commit
aec98c19bc
1 changed files with 0 additions and 9 deletions
  1. 0 9
      frameworks/Erlang/cowboy/setup.sh

+ 0 - 9
frameworks/Erlang/cowboy/setup.sh

@@ -1,14 +1,5 @@
 #!/bin/bash
 
-# Caution: "line 11 has flaw." reported by '[email protected]'
-#   Below sed command can cause travis-ci test failing.
-#   Please be aware of testing this on local machine.
-#   If you perform a local test, please apply inverse of   
-#   below command. (hint: ${DBHOST} value must be rollback to
-#   localhost.
-#
-#   I will fix this problem later with better solution. 
-#
 sed -i 's|"benchmarkdbpass", ".*", 3306|"benchmarkdbpass", "'"${DBHOST}"'", 3306|g' src/hello_world_app.erl
 
 fw_depends erlang