diff --git a/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js b/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
index bda77a7f159e03541eafdd9889073cd7676aa2cf..32f89b113a7efda6da038be7e9459c8909c8fdad 100644
--- a/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
+++ b/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js
@@ -178,6 +178,7 @@ getTemplateFiles('../../../../install/opt/lofar/share/tmss/schemas').then(async(
 
 
 			// commented out on purpose to determine Total Test Failures without this fix.
+			
 			/*
 			if (taskTemplate?.schema?.properties?.station_configuration) { taskTemplate.schema.properties.station_configuration["$ref"] = "#/definitions/station_configuration"; }
 			if ( taskTemplate?.schema?.properties?.QA) taskTemplate.schema.properties.QA["$ref"] = "#/definitions/QA";