aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 03:27:10 +0000
committerlloyd <[email protected]>2008-09-30 03:27:10 +0000
commit8bdd6766bb0674250cd9504d60bb58f1aa7535ef (patch)
treeaa9fedd485d534f25ac0d676434dd8da435efb56 /configure.pl
parent9c6095c1340721c1d3803bf7fb6568f105f6b1e3 (diff)
Remove noisy print statement
Diffstat (limited to 'configure.pl')
-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;
}
};