You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/10/27 14:35:41 UTC

[24/47] tinkerpop git commit: removed debug output

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/TINKERPOP-1235
Commit: cfea91cc334ae038eb8eb2db874afadc909a6035
Parents: f38469c
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Thu Oct 20 22:54:08 2016 +0200
Committer: Stephen Mallette <sp...@genoprime.com>
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)"