diff --git a/apachesolr_search.module b/apachesolr_search.module
index 463335d..f2ce678 100644
--- a/apachesolr_search.module
+++ b/apachesolr_search.module
@@ -1037,9 +1037,6 @@ function apachesolr_search_run($name, array $params = array(), $solrsort = '', $
     apachesolr_search_add_spellcheck_params($query);
   }
 
-  // Add custom params after we add the default params
-  $query->addParams($params);
-
   // Add the paging parameters
   $query->page = $page;
 
