commit 0f861bc0f3077f434c732ef9a4d7948f97602c80
parent 580055203ad778db994e0f7e4b7ce8a64963bc71
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 1 Feb 2022 18:58:57 +0100
-remove bogus break
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/anastasis/anastasis-gtk_handle-print.c b/src/anastasis/anastasis-gtk_handle-print.c
@@ -51,7 +51,6 @@ print_to_file (GtkWindow *parent_window,
json_t *ra;
const char *key;
- GNUNET_break (0);
ra = json_object_get (AG_redux_state,
"required_attributes");
attr = AG_collect_attributes (false);