bootstrap.sh: remove an obsolete comment
[drupal-init-tools.git] / libexec / bootstrap.sh
index 3b52f26..74547af 100755 (executable)
@@ -81,7 +81,6 @@ command -v git &> /dev/null || { echo "Aborting, 'git' not available." 1>&2; exi
 
 [ -d "$SITE_LOCAL_PATH" ] || composer install
 
 
 [ -d "$SITE_LOCAL_PATH" ] || composer install
 
-# TODO check if the commands are available
 DRUSH="${PWD}/vendor/bin/drush"
 DRUPAL_CONSOLE="${PWD}/vendor/bin/drupal"
 
 DRUSH="${PWD}/vendor/bin/drush"
 DRUPAL_CONSOLE="${PWD}/vendor/bin/drupal"