tests: Remove leftover debug print

This commit is contained in:
João Valverde 2022-04-13 01:15:11 +01:00
parent bcc286f341
commit 0dba7456aa
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ def dfilter_cmd(cmd_tshark, capture_file, request):
"-Y", # packet display filter (used to be -R)
dfilter
])
print(cmd)
return cmd
return wrapped