removing test print statements from detail view
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 May 2017 19:30:06 +0000 (15:30 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 24 May 2017 19:30:06 +0000 (15:30 -0400)
accidentally left a print_r statement in the detail view page, removing it

views/front/obits/detail.html

index f6de910..2650317 100644 (file)
@@ -1,6 +1,5 @@
 <a href="javascript:history.go(-1)" class="back-search">Back to Search</a>
 <div class="row">
-    {$obit|@print_r}
     <div class="detail-print-results-container">
         <a class="detail-print-results-link" href="#">Print Results</a>
     </div>