aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2019-09-02 18:57:41 -0700
committerMarco Poletti <poletti.marco@gmail.com>2019-09-02 18:57:41 -0700
commitbb1fc3b3abe3eda0f093fb1d45f9be96c6af6366 (patch)
treeabd872eac361e50dad66c7040d316df27bdc6357 /extras
parenta6608c539b53c67703ccec62b0f03571a7c3bd91 (diff)
downloadgoogle-fruit-bb1fc3b3abe3eda0f093fb1d45f9be96c6af6366.tar.gz
Remove a debug print from the CI test script.
Diffstat (limited to 'extras')
-rwxr-xr-xextras/scripts/travis_ci_install_osx.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/scripts/travis_ci_install_osx.sh b/extras/scripts/travis_ci_install_osx.sh
index 49f5c48..0bef2b1 100755
--- a/extras/scripts/travis_ci_install_osx.sh
+++ b/extras/scripts/travis_ci_install_osx.sh
@@ -40,9 +40,5 @@ time pip3 install pytest
time pip3 install pytest-xdist
time pip3 install sh
-# TODO: remove this.
-ls -l /usr/local/include
-find /usr/local/include/boost*/
-
# This adds python-installed executables to PATH (notably py.test).
export PATH="$(brew --prefix)/bin:$PATH"