filter: nop bweteen prints

This commit is contained in:
Franco Fichtner 2021-04-12 14:25:13 +02:00
parent 4fcc752721
commit 10ea353bb5

View File

@ -564,11 +564,6 @@ function filter_configure_sync($verbose = false, $flush_states = false, $load_al
flush();
}
if ($verbose) {
echo '.';
flush();
}
if ($flush_states) {
mwexec('/sbin/pfctl -Fs');
}