From: pdontthink Date: Fri, 29 Sep 2006 17:08:49 +0000 (+0000) Subject: Remove debugging code X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=1f2997a72502301a8151689d5f13662b36d8cfb7 Remove debugging code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11767 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index 8b9ca9d3..5f2bc814 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -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 ) {