Remove useless code block.

This commit is contained in:
Marcello Stanisci 2018-12-18 18:10:15 +01:00
parent 93ff2d93cc
commit c3c1a10b6c
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -115,18 +115,6 @@ refund_cb (void *cls,
return;
}
switch (http_status)
{
case MHD_HTTP_OK:
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Good /refund status code\n");
break;
default:
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Unmanaged HTTP status code: %u, command: %s\n",
http_status, refund_cmd->label);
}
TALER_TESTING_interpreter_next (rs->is);
}