aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-16 17:40:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-16 17:40:34 +0000
commit36a987c590ff64f18c4df07bedf7a841d5bcab00 (patch)
tree352abb128076fb245b231cb2749bdbf8c11b7465 /edit-urpm-sources.pl
parent75ae7ddb6fcaf81a178baa1a933e4b6d92bf1743 (diff)
downloadrpmdrake-36a987c590ff64f18c4df07bedf7a841d5bcab00.tar
rpmdrake-36a987c590ff64f18c4df07bedf7a841d5bcab00.tar.gz
rpmdrake-36a987c590ff64f18c4df07bedf7a841d5bcab00.tar.bz2
rpmdrake-36a987c590ff64f18c4df07bedf7a841d5bcab00.tar.xz
rpmdrake-36a987c590ff64f18c4df07bedf7a841d5bcab00.zip
Remove debug code
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index 2756588d..f925fdcb 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -86,7 +86,6 @@ Is it ok to continue?", $rpmdrake::mandrake_release),
) or return 0;
my $wait = wait_msg(N("Please wait, adding media..."));
my $url = $want_base_distro ? make_url_mirror_dist($m) : make_url_mirror($m);
- warn "$want_base_distro $m $url\n";
my $medium_name;
if ($want_base_distro) {
if ($rpmdrake::mandrake_release =~ /(\d+\.\d+) \((\w+)\)/) {