diff --git a/get_addons b/get_addons
index d837d0ef89cee3b1af7927ea70f9b5721996c24a..5363c3dfdbefa05ff28aa82d6c42ec06e422635a 100644
--- a/get_addons
+++ b/get_addons
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-# set -e
-
 ODOO_ROOT_DIR=${ODOO_ROOT_DIR:-'/opt/odoo'}
 SAVE_COMMITS_DIR=${SAVE_COMMITS_DIR:-'/opt/odoo_commits'}
 SAVE_COMMITS_FILENAME=${SAVE_COMMITS_FILENAME:-'custom_addons'}
@@ -92,7 +90,6 @@ shift
 modules="$@"
 
 # Cloning repo.
-# set +e
 log_action="repo '$repo': cloning [no tree + branch]..."
 print_info "$log_action"
 git clone --branch "${ref}" --filter=tree:0 "${repo}" "${TMP_REPO_PATH}"
@@ -126,7 +123,6 @@ else
     fi
   fi
 fi
-# set -e
 
 ## Get module code and save informations about it in a CSV file.