Run no longer used debugging output from travis (#4233)

diff --git a/.travis/run.sh b/.travis/run.sh
index 2b9479d..1e2ba71 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -36,7 +36,3 @@
 fi
 source ~/.venv/bin/activate
 tox
-# Output information about linking of the OpenSSL library on OS X
-if [[ "$(uname -s)" == "Darwin" ]]; then
-    otool -L $(find .tox -name "_openssl*.so")
-fi