aboutsummaryrefslogtreecommitdiff
path: root/src/im-asapo.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-03 18:04:41 +0200
committerThomas White <taw@physics.org>2023-06-03 18:04:41 +0200
commit50bb229a0b23f89c3a1fa265f42bdabbf2f452fc (patch)
treed2caffff7306e924ae78811b483bae5ec105ea20 /src/im-asapo.c
parent4d1983463587a9375cb073992fca1614854e2429 (diff)
ASAP::O: Reduce verbosity
Diffstat (limited to 'src/im-asapo.c')
-rw-r--r--src/im-asapo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c
index 87c3f0c1..9162946b 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -273,8 +273,6 @@ static void send_callback(void *a, AsapoRequestCallbackPayloadHandle payload,
{
if ( asapo_is_error(err) ) {
show_asapo_error("ASAP::O send error", err);
- } else if ( err != NULL ) {
- show_asapo_error("ASAP::O send warning", err);
}
}