aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index 60d17bad9..ed41b3b46 100755
--- a/configure.pl
+++ b/configure.pl
@@ -1255,7 +1255,6 @@ sub add_file {
$$config{$type}{$2} = File::Spec->catdir(@dirs);
}
else {
- print "$type $file = $mod_dir\n";
$$config{$type}{$file} = $mod_dir;
}
};