diff --git a/chosen.install b/chosen.install
index 06f9739..9e09e46 100644
--- a/chosen.install
+++ b/chosen.install
@@ -13,15 +13,6 @@ function chosen_requirements($phase) {
   $t = get_t();
   $chosen_path = chosen_get_chosen_path();
   switch($phase) {
-    case 'install':
-      if (!$chosen_path) {
-        $requirements['chosen_js'] = array(
-          'description' => $t('You need to download the !chosen and extract the entire contents of the archive into the %path directory on your server.', array('!chosen' => l($t('Chosen JavaScript file'), CHOSEN_WEBSITE_URL), '%path' => 'sites/all/libraries')),
-          'severity' => REQUIREMENT_ERROR,
-        );
-      }
-    break;
-
     case 'runtime':
       if (!$chosen_path) {
         $requirements['chosen_js'] = array(
