From 4715fab134f93066d83c5249d9d97a00f72bff48 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Mon, 2 Jul 2007 11:59:27 +0000 Subject: [PATCH] Remove debug out --- include/admin/templates.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/admin/templates.inc.php b/include/admin/templates.inc.php index 8d5c5f1..03cb813 100644 --- a/include/admin/templates.inc.php +++ b/include/admin/templates.inc.php @@ -136,7 +136,7 @@ echo '

' . SELECT_TEMPLATE . '

'; $preview .= ''; $preview_link = true; } else { - echo "No large preview"; + #echo "No large preview"; } if (file_exists($serendipity['serendipityPath'] . $serendipity['templatePath'] . $theme . '/preview.png')) { -- 2.39.5