remove debug output

This commit is contained in:
Ad Schellevis 2017-06-12 12:09:11 +02:00 committed by Franco Fichtner
parent d0ef517669
commit 013f3c7e8f

View File

@ -583,7 +583,6 @@ function filter_configure_sync($verbose = false)
update_filter_reload_status(gettext("Cleanup schedule states"));
foreach ($sched_kill_states as $label) {
echo $label . "\n";
mwexecf('/sbin/pfctl -k label -k %s', $label);
}