diff options
-rwxr-xr-x | perl-install/standalone/drakperm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index a42525e7b..2536ba428 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -377,7 +377,6 @@ sub row_setting_dialog { my ($path, $user, $group, $perms, $_idx); $path = $file->get_text; if ($path !~ m!^/!) { - print "checking '$path'\n"; warn_dialog(N("Warning"), N("The first character of the path must be a slash (\"/\"):\n\"%s\"", $path)) or return; return 1; } |