diff --git a/plugins/facetapi/adapter.inc b/plugins/facetapi/adapter.inc
index 1d36e27..11ea8f5 100644
--- a/plugins/facetapi/adapter.inc
+++ b/plugins/facetapi/adapter.inc
@@ -1175,12 +1175,6 @@ class FacetapiFacetProcessor {
   protected function initializeBuild() {
     $build = array();
 
-    // Bails if there is no field attached to the facet, in other words if the
-    // facet is simply rendering markup.
-    if (!$this->facet['field']) {
-      return $build;
-    }
-
     // Build array defaults.
     $defaults = array(
       '#markup' => '',
