From 080a44b9d7eceda457500e6437bbc2c73e0bca65 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 25 Apr 2024 12:40:48 +1000 Subject: [PATCH] Update curlEngine.d * Remove temp logging output --- src/curlEngine.d | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/curlEngine.d b/src/curlEngine.d index 22cb172f..7decae7b 100644 --- a/src/curlEngine.d +++ b/src/curlEngine.d @@ -187,14 +187,9 @@ class CurlEngine { // Is the http instance is stopped? if (!this.http.isStopped) { - - writeln("TO REMOVE: Calling this.http.shutdown() on this curl instance"); - this.http.shutdown(); } - object.destroy(this.http); // Destroy, however we cant set to null - } static CurlEngine getCurlInstance() {