From: Jan Maria Matejka Date: Tue, 17 Apr 2018 14:03:51 +0000 (+0200) Subject: Removed forgotten debug print. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e4c2d80e211bc1f910c37109c8a1c65b18d0f0;p=thirdparty%2Fbird.git Removed forgotten debug print. --- diff --git a/filter/test.conf b/filter/test.conf index 17926b69f..989dab14b 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -558,7 +558,6 @@ prefix p; bt_assert(p !~ [ 10.0.0.0/8 ] ); bt_assert(format(flow4 { dst 10.0.0.0/8; proto = 23; }) = "flow4 { dst 10.0.0.0/8; proto 23; }"); - print(flow4 { dst 10.0.0.0/8; proto = 23; }); bt_assert(format(flow6 { dst ::1/128; src ::2/127; }) = "flow6 { dst ::1/128; src ::2/127; }"); bt_assert(format(flow6 { next header false 42; }) = "flow6 { next header false 42; }"); bt_assert(format(flow6 { port 80; }) = "flow6 { port 80; }");