Skip to content
Snippets Groups Projects
Commit b9650855 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

kill old debug code

parent a3710c13
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment