From 831d73e3022e02cc45f23b67466241d123607c91 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Wed, 17 Aug 2016 02:06:36 -0400 Subject: [PATCH] cleanup debugging --- bin/compile | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/compile b/bin/compile index e830c3dc..a88469cc 100755 --- a/bin/compile +++ b/bin/compile @@ -121,9 +121,6 @@ export LIBRARY_PATH=/app/.heroku/vendor/lib:$BUILD_DIR/.heroku/vendor/lib:/app/. export LD_LIBRARY_PATH=/app/.heroku/vendor/lib:$BUILD_DIR/.heroku/vendor/lib:/app/.heroku/python/lib:$LD_LIBRARY_PATH export PKG_CONFIG_PATH=/app/.heroku/vendor/lib/pkg-config:$BUILD_DIR/.heroku/vendor/lib/pkg-config:/app/.heroku/python/lib/pkg-config:$PKG_CONFIG_PATH -echo ' ----- here we go!' -env - # Switch to the repo's context. cd $BUILD_DIR -- GitLab