diff --git a/config/vufind/Polaris.ini b/config/vufind/Polaris.ini
index 203b326f3adcf6fe2981f21278b55a781e65b0a1..77d4e088217bdf0b6d96b46627b18c5a76aa2a94 100644
--- a/config/vufind/Polaris.ini
+++ b/config/vufind/Polaris.ini
@@ -5,17 +5,7 @@ ws_api_key = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXX';
 ws_api_id  = 'YOUR_ID_HERE';
 ws_requestingorgid = '';
 
-
 [Holds]
-; If a colon separated list of item statuses is provided here, only matching items
-; will show hold / recall links.  Skip this setting to allow all statuses.
-;valid_hold_statuses = Charged:Renewed:Overdue
-
-; non_borrowable - If a colon-separated list of ids from the ITEM_TYPES table is
-; provided, matching items will be excluded from holds / recalls.  Skip this setting
-; to allow links for all item types.
-;non_borrowable = 2:4:23:10
-
 ; HMACKeys - A list of hold form element names that will be analyzed for consistency
 ; during hold form processing. Most users should not need to change this setting.
 HMACKeys = item_id:holdtype:level
@@ -33,10 +23,4 @@ extraHoldFields = pickUpLocation
 ; A Pick Up Location Code used to pre-select the pick up location drop down list and
 ; provide a default option if others are not available. Must correspond with one of 
 ; the Location IDs returned by getPickUpLocations()
-defaultPickUpLocation = "15"
-
-; The maximum number of holding items to generate request links for. The process of
-; checking the API for a valid hold is intensive. Any hold items above this this 
-; limit will have their hold status checked via ajax or when a user clicks on the
-; link. Use "0" to check all items via ajax. Default is 15.
-holdCheckLimit = 15
+defaultPickUpLocation = "15"
\ No newline at end of file