From b9650855d40f85ce8188942fcbcc604752699527 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Tue, 7 Nov 2017 16:40:35 +0100 Subject: [PATCH] kill old debug code --- lib/IdPAccountManager/Tools.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/IdPAccountManager/Tools.pm b/lib/IdPAccountManager/Tools.pm index 1e75739..ebd3320 100644 --- a/lib/IdPAccountManager/Tools.pm +++ b/lib/IdPAccountManager/Tools.pm @@ -92,12 +92,9 @@ sub update_ssp_authsources { conf => $conf, ); - #chdir $Conf::global{root_manager_dir}; - my $template_file = 'accountProfiles/valid-accounts.php.tt2'; my $output_file = 'conf/valid-accounts.php'; - #printf "Trace : in=%s, out=%s\n", $template_file, $output_file; unless ($tt2->process($template_file, \%args, $output_file)) { return undef; } -- GitLab