Remove debugging code
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 29 Sep 2006 17:08:49 +0000 (17:08 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 29 Sep 2006 17:08:49 +0000 (17:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11767 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 8b9ca9d3e7b164010760cfd71e68bf3cb8440d24..5f2bc814bc72e154bbc437a0d6e5dc63bce1c464 100755 (executable)
@@ -2774,8 +2774,6 @@ sub command_templates {
         # list template sets
         #
         if ( $input =~ /^\s*l\s*/i ) {
-# LEFT OFF HERE!  default is lost after detection.... hmmmm
-print "DEFAULT INDEX IS " . $templateset_default . "\n";
             $count = 0;
             while ( $count <= $#templateset_name ) {
                 if ( $count == $templateset_default ) {