Remove debug output from net component.

This commit is contained in:
redxef 2024-05-13 19:43:13 +02:00
parent 4eb9d4578b
commit 63387b8f50
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -108,7 +108,6 @@ nft_rev() {
echo "handle=\"\$(nft --json list ruleset | jq '$filter')\"" >> "$restore_nft_file"
echo "$remove" >> "$restore_nft_file"
cat "$restore_nft_file"
nft "$@"
}