diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-04-02 12:59:37 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2019-04-02 12:59:37 +0300 |
commit | a549e4f7a3ebd088218cc16fdbf6964c53dba6a6 (patch) | |
tree | 88bf76932f8aaa6a60c260676108b68c0a7234fe | |
parent | eaf071d7da6b09cfbdc60db701ae053b340ff37d (diff) | |
download | tor-a549e4f7a3ebd088218cc16fdbf6964c53dba6a6.tar.gz tor-a549e4f7a3ebd088218cc16fdbf6964c53dba6a6.zip |
Remove no-longer needed logging statements
-rwxr-xr-x | src/test/test-network.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/test-network.sh b/src/test/test-network.sh index 3a765d51f0..5ef995f1a4 100755 --- a/src/test/test-network.sh +++ b/src/test/test-network.sh @@ -27,10 +27,6 @@ if echo "$@" | grep -e "--quiet" > /dev/null; then ECHO=true fi -echo "CHUTNEY_PATH = $CHUTNEY_PATH" -echo "TOR_DIR = $TOR_DIR" -echo "ECHO = $ECHO" - # optional: $TOR_DIR is the tor build directory # it's used to find the location of tor binaries # if it's not set: |