Send email when system is approved
[buildfarm-server.git] / scripts / rename_system.pl
index cf1dbde55d6c72a912e09597b13b88a7547b91b1..9e320cb8c25295872fbae60b34a8b6db723aec01 100755 (executable)
@@ -37,7 +37,6 @@ my $sth = $db->prepare(q[
       ]);
 $sth->execute();
 
-my $user_list_format = "%-10s %-10s %-18s %-20s %-18s %-s\n";
 printf $user_list_format,
        "SysName", "Status", "Owner", "Email", "Distro", "Version";
 while (my $row = $sth->fetchrow_hashref)