diff --git a/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js b/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
index c65dbe3eef6796358e0e9604fb9dfcb9379586da..94213d8db828a933b0eef9ed9e20e2e69d364916 100644
--- a/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
+++ b/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
@@ -177,8 +177,7 @@ getTemplateFiles('../../../../install/opt/lofar/share/tmss/schemas').then(async(
 				}
 
 
-			// commented out on purpose to determine Total Test Failures without this fix.
-
+			// Fix bad references items. These where actually pointing to production urls.
 			
 			if (strategyTemplate?.schema?.properties?.station_configuration) { strategyTemplate.schema.properties.station_configuration["$ref"] = "#/definitions/station_configuration"; }
 			if ( strategyTemplate?.schema?.properties?.QA) strategyTemplate.schema.properties.QA["$ref"] = "#/definitions/QA";