diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-01 18:58:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-01 18:58:57 +0100 |
commit | 0f861bc0f3077f434c732ef9a4d7948f97602c80 (patch) | |
tree | 7cec72a02e71c59695fb6cc517f3bb34aa90bf0f | |
parent | 580055203ad778db994e0f7e4b7ce8a64963bc71 (diff) | |
download | anastasis-gtk-0f861bc0f3077f434c732ef9a4d7948f97602c80.tar.gz anastasis-gtk-0f861bc0f3077f434c732ef9a4d7948f97602c80.zip |
-remove bogus break
-rw-r--r-- | src/anastasis/anastasis-gtk_handle-print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/anastasis/anastasis-gtk_handle-print.c b/src/anastasis/anastasis-gtk_handle-print.c index 35b0d84..6702dfc 100644 --- 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, | |||
51 | json_t *ra; | 51 | json_t *ra; |
52 | const char *key; | 52 | const char *key; |
53 | 53 | ||
54 | GNUNET_break (0); | ||
55 | ra = json_object_get (AG_redux_state, | 54 | ra = json_object_get (AG_redux_state, |
56 | "required_attributes"); | 55 | "required_attributes"); |
57 | attr = AG_collect_attributes (false); | 56 | attr = AG_collect_attributes (false); |