diff --git a/lib/IdPAccountManager/Tools.pm b/lib/IdPAccountManager/Tools.pm index 1e75739b0d7cfa3dda7b56110f83e24af1dc29b7..ebd33203b528ba1ba270628cd5d7ef5ea773e3c6 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; }