Remove debug lines
authorJamie Cameron <jcameron@webmin.com>
Fri, 30 Sep 2011 20:37:43 +0000 (13:37 -0700)
committerJamie Cameron <jcameron@webmin.com>
Fri, 30 Sep 2011 20:37:43 +0000 (13:37 -0700)
ldap-useradmin/batch_exec.cgi

index c3c9606..bf13f5e 100755 (executable)
@@ -61,14 +61,12 @@ LINE: foreach $line (split(/[\r\n]+/, $data)) {
                        $user{'warn'} = $line[10];
                        $user{'inactive'} = $line[11];
                        $user{'expire'} = $line[12];
-                       &webmin_debug_log('ldap-batch',"going to set shadow last change");
                        if ($in{'forcechange'} == 1){
                            $user{'change'} = 0;
                        } else {
                            $user{'change'} = $line[2] eq '' ? '' :
                                                int(time() / (60*60*24));
                        }
-                       &webmin_debug_log('ldap-batch',"finished to set change");
                        @attrs = @line[13 .. $#line];
                        }
                else {