mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
remove debugging
This commit is contained in:
@@ -2,11 +2,9 @@ shopt -s extglob
|
||||
|
||||
pylibmc-missing() {
|
||||
puts-warn "pylibmc is missing."
|
||||
echo 'pylibmc is missing (echo).'
|
||||
}
|
||||
|
||||
show-warnings() {
|
||||
echo "hey there!"
|
||||
pylibmc-missing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user