removing debug statement left behind
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 May 2017 17:04:54 +0000 (13:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 May 2017 17:04:54 +0000 (13:04 -0400)
the admin list view had a left over debug statement from testing that was removed

views/admin/obits/list.html

index 9bba5c2..eb5df74 100644 (file)
@@ -7,7 +7,7 @@
         {if $obitDeleteError}<span class="glm-error glm-flash-updated glm-right">Obit Delete Error</span>{/if}
     </h2>
 {/if}
-{debug}
+
     <form action="{$thisUrl}?page={$thisPage}" method="post" id="searchForm">
 
         <input type="hidden" name="prevStart" value="{$prevStart}">