diff --git a/helpers/markdownHelpers.cfm b/helpers/markdownHelpers.cfm
index 3c7f24d..9ffe5a7 100644
--- a/helpers/markdownHelpers.cfm
+++ b/helpers/markdownHelpers.cfm
@@ -6,29 +6,3 @@
return getSingleton( "Processor@cbmarkdown" ).toHtml( highlighted );
-
-
-
-
-
-
-
- request._simpleRequestCache = request._simpleRequestCache ?: {};
-
- if ( !request._simpleRequestCache.keyExists( arguments.key ) ) {
- request._simpleRequestCache[ arguments.key ] = arguments.generator();
- }
-
- return request._simpleRequestCache[ arguments.key ];
-
-
-
-
-
-
- var args = arguments;
- return simpleRequestCache( "getSingleton" & args.objectName, function(){
- return getController().getWireBox().getInstance( args.objectName );
- } );
-
-
\ No newline at end of file