summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakperm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm
index 823be94b7..7a19992d3 100755
--- a/perl-install/standalone/drakperm
+++ b/perl-install/standalone/drakperm
@@ -173,7 +173,6 @@ sub hide_down_button_iflast_item {
sub display_perm {
my ($perm_level) = @_;
- print "switching to «$perm_level»\n";
return unless $perm_level;
my $show_sys_rules = $perm_level eq $default_perm_level;
my $show_user_rules = $perm_level eq 'editable';