aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 3b84291a..a00a12da 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -809,7 +809,6 @@ sub run_treeview_dialog {
my $is_locale_available = sub {
any { $urpm->{depslist}[$_]->flag_selected } keys %{$urpm->{provides}{$_[0]} || {}} and return 1;
my $found;
- print "\n\nBUG: $_\"$_\"\n";
$db->traverse_tag('name', [ $_ ], sub { $found ||= 1 });
return $found;
};