diff --git a/hooks/onbuild b/hooks/onbuild
index aeb5d1af113beb7932f624b150de3a0134414ee5..868e19370d85bb75ea7bf9eff73e1afe710e3c30 100644
--- a/hooks/onbuild
+++ b/hooks/onbuild
@@ -14,13 +14,6 @@ echo
 cd `dirname $0`
 cd ..
 
-echo ---------- ENV CHECK
-echo GIT_SSH = $GIT_SSH
-echo DIR_SSH_KEYS = $DIR_SSH_KEYS
-echo DIR_APPROOT = $DIR_APPROOT
-echo force error
-exit 1
-
 echo "----------> setze x-recht auf gitsshwrapper " 
 ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh