tests: Remove debugging display.

* tests/openpgp/tofu.scm: Remove debugging display.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-12-06 12:55:11 +01:00
parent 87972fdef2
commit 89ac071eb4
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@
,@args --list-keys ,keyid))))
(sigs (string->number (list-ref tfs 3)))
(encs (string->number (list-ref tfs 4))))
(display tfs)
(unless (= sigs expected-sigs)
(error keyid ": # signatures (" sigs ") does not match expected"
"# signatures (" expected-sigs ").\n"))