added script to improve test page access and separate from release compilation. Formatting updates.

This commit is contained in:
Kevin G Christiano 2020-12-15 14:56:18 -05:00
parent 2eb5cc9254
commit 85401e583d

View File

@ -101,7 +101,6 @@
cannedResponse = [self getHardCodedResponseForPageType:request.pageType]; cannedResponse = [self getHardCodedResponseForPageType:request.pageType];
} }
return cannedResponse; return cannedResponse;
} }