diff --git a/bin/release b/bin/release
index f541a93c67b4c16ebe8ac880135f38570593222d..54fdfba0012379b6e3017144bb2849c443318873 100755
--- a/bin/release
+++ b/bin/release
@@ -10,12 +10,6 @@ cat <<EOF
 config_vars:
   PATH: bin:/usr/local/bin:/usr/bin:/bin
   PYTHONUNBUFFERED: true
-EOF
-
-
-if (grep -Fxiq "pylibmc" requirements.txt) || (grep -Fiq "pylibmc=" requirements.txt)
-then
-cat <<EOF
   LIBRARY_PATH: .heroku/vendor/lib
   LD_LIBRARY_PATH: .heroku/vendor/lib
 EOF