summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index 0a48693f..a9885bb8 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -48,7 +48,6 @@ sub load_buildsystem {
my ($action, $system)=@_;
if (defined $system) {
my $inst = create_buildsystem_instance($system);
- verbose_print("Selected buildsystem (specified): ".$inst->NAME());
return $inst;
}
else {
@@ -56,7 +55,6 @@ sub load_buildsystem {
for $system (@BUILDSYSTEMS) {
my $inst = create_buildsystem_instance($system, build_action=>$action);
if ($inst->is_buildable()) {
- verbose_print("Selected buildsystem (auto): ". $inst->NAME());
return $inst;
}
}