diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-10 15:09:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-10 15:09:19 +0000 |
commit | 1c82e312ccfa392d74f5b024a29d40ac334f2226 (patch) | |
tree | 2573c38a2574b1aa7cf9c4327d8adc1894eb8ae7 | |
parent | 42ab0c9ec94ead6ec997f778a03a045b8393d54b (diff) | |
download | mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.tar mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.tar.gz mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.tar.bz2 mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.tar.xz mgaonline-1c82e312ccfa392d74f5b024a29d40ac334f2226.zip |
remove debug statement :-(
-rwxr-xr-x | mdkupdate | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -169,7 +169,6 @@ You need to update to a newer version. You can get a new one from http://start.m if ($mirror->{mode} eq 'auth') { # add "user:pass@" substring if needed: # user password & login provided by server on those provided with the bundle: - $bundle_vars{PASS} = "dfgdfg"; # FIXME $bundle_vars{USER} = $mirror->{user} if $mirror->{user}; $bundle_vars{PASS} = $mirror->{pass} if $mirror->{pass}; my $encoded_login = uri_escape($bundle_vars{USER}); |