diff options
author | priscilla <priscilla.huang@efrei.net> | 2023-02-20 12:19:35 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2023-02-20 12:19:41 -0500 |
commit | 1d5bd1999987323adf353a31f46c81c0685d8c4f (patch) | |
tree | 1c18169aceab4f65c6c8e0403856d7b16ec847d0 /src/testing | |
parent | 1d4d3feb7ff648327f0817bc2e5b8a1d19683719 (diff) |
allow pos_key being NULL
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing_api_cmd_post_templates.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testing/testing_api_cmd_post_templates.c b/src/testing/testing_api_cmd_post_templates.c index 85dea3a4..434ddb96 100644 --- a/src/testing/testing_api_cmd_post_templates.c +++ b/src/testing/testing_api_cmd_post_templates.c @@ -97,10 +97,6 @@ post_templates_cb (void *cls, hr->http_status, (int) hr->ec, TALER_TESTING_interpreter_get_current_label (tis->is)); - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "tis %u vs hr %u", - tis->http_status, - hr->http_status); TALER_TESTING_interpreter_fail (tis->is); return; } |