diff --git a/olivesimagined.theme b/olivesimagined.theme
index a492586..b8e65c0 100755
--- a/olivesimagined.theme
+++ b/olivesimagined.theme
@@ -698,6 +698,7 @@ function _olivesimagined_hex_to_hsl(string $hex_string) {
   return [$h, $s, $l];
 }
 
+/*
 function olivesimagined_preprocess_mirador(&$variables) {
   $block = \Drupal::service('plugin.manager.block')->createInstance($viewer . 'mirador_block', [
     'iiif_manifest_url' => "/node/$manifest_nid/manifest-single",
@@ -726,3 +727,4 @@ function olivesimagined_preprocess_mirador(&$variables) {
     ],
   ]);
 }
+ */