diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2015-01-04 14:55:48 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2015-01-04 14:55:48 +0000 |
commit | 6f81429b920606108f3081113c98092fd715b4a3 (patch) | |
tree | df365e93733261a9d61d71d2546213f9b26fe149 /usr.sbin | |
parent | 6cf828178d6459516e6f30f9c02f0fa5d25d09fb (diff) |
remove extra scaffolding that's actually NOT in the committed copy of
the old fw_update
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/FwUpdate.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm index 0ac99e28d75..9ee7fa4ccb3 100644 --- a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm +++ b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: FwUpdate.pm,v 1.5 2015/01/04 14:54:12 espie Exp $ +# $OpenBSD: FwUpdate.pm,v 1.6 2015/01/04 14:55:47 espie Exp $ # # Copyright (c) 2014 Marc Espie <espie@openbsd.org> # @@ -63,9 +63,6 @@ sub handle_options } $state->{fw_repository} = OpenBSD::PackageRepository->new($state->{path}); - if ($state->verbose && !$state->opt('d')) { - $state->say("PKG_PATH=#1", $state->{path}); - } } sub finish_init |