Remove vestigal Solr 4 binaries and configuration. Remove zookeeper configuration...
[lui-solr.git] / zookeeper / solr / collection1 / conf / velocity / error.vm
diff --git a/zookeeper/solr/collection1/conf/velocity/error.vm b/zookeeper/solr/collection1/conf/velocity/error.vm
deleted file mode 100644 (file)
index 80b5819..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#**
- *  Show Error Message, if any
- *#
-
-## Show Error Message, if any
-## Usually rendered inside div class=error
-
-#if( $response.response.error.code )
-  <h1>ERROR $response.response.error.code</h1>
-  $response.response.error.msg
-#end