You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by el...@apache.org on 2017/01/11 21:34:29 UTC

[5/8] incubator-trafficcontrol git commit: remove unncessary echo

remove unncessary echo

(cherry picked from commit 0ab782b025ddba7470b54516b1db03d83dd49604)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/44109ae7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/44109ae7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/44109ae7

Branch: refs/heads/master
Commit: 44109ae7e4a6db8162451a84efbd314e8727d89d
Parents: c2a2d04
Author: David Neuman <da...@gmail.com>
Authored: Mon Jan 9 15:01:43 2017 -0700
Committer: David Neuman <da...@gmail.com>
Committed: Wed Jan 11 16:02:09 2017 +0000

----------------------------------------------------------------------
 build/build.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/44109ae7/build/build.sh
----------------------------------------------------------------------
diff --git a/build/build.sh b/build/build.sh
index f182f0c..ef952d8 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -21,7 +21,6 @@
 # make sure we start out in traffic_control dir
 topscript=$(readlink -f $0)
 export TC_DIR=$(dirname $(dirname "$topscript"))
-echo $TC_DIR
 [[ -n $TC_DIR ]] && cd "$TC_DIR" || { echo "Could not cd $TC_DIR"; exit 1; }
 
 . build/functions.sh