summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wsman.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wsman.c b/src/wsman.c
index 228a639..4ad810c 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -63,8 +63,6 @@ wsman_output(WsManClient *cl, WsXmlDocH doc)
err = wsman_client_get_last_error(cl);
if (err != WS_LASTERR_OK) {
- fprintf(stderr, "HTTP transport error : %s\n",
- wsman_transport_get_last_error_string(err));
return;
}
if (!doc) {