removed debug output

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cfea91cc
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cfea91cc
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cfea91cc

Branch: refs/heads/master
Commit: cfea91cc334ae038eb8eb2db874afadc909a6035
Parents: f38469c
Author: Daniel Kuppitz <[email protected]>
Authored: Thu Oct 20 22:54:08 2016 +0200
Committer: Stephen Mallette <[email protected]>
Committed: Thu Oct 27 07:39:51 2016 -0400

----------------------------------------------------------------------
 site/bin/generate-home.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cfea91cc/site/bin/generate-home.sh
----------------------------------------------------------------------
diff --git a/site/bin/generate-home.sh b/site/bin/generate-home.sh
index 6e97923..d17e37a 100755
--- a/site/bin/generate-home.sh
+++ b/site/bin/generate-home.sh
@@ -33,8 +33,7 @@ else
 fi
 
 for filename in home/*.html; do
-echo $filename
-    sed -e "/!!!!!BODY!!!!!/ r $filename" home/template/header-footer.html -e 
/!!!!!BODY!!!!!/d > "../target/site/${filename}"
+  sed -e "/!!!!!BODY!!!!!/ r $filename" home/template/header-footer.html -e 
/!!!!!BODY!!!!!/d > "../target/site/${filename}"
 done
 
 echo "Home page site generated to $(cd ../target/site/home ; pwd)"

Reply via email to