Update curlEngine.d

* Remove temp logging output
This commit is contained in:
abraunegg 2024-04-25 12:40:48 +10:00
parent 022a5c43a5
commit 080a44b9d7

View file

@ -187,14 +187,9 @@ class CurlEngine {
// Is the http instance is stopped? // Is the http instance is stopped?
if (!this.http.isStopped) { if (!this.http.isStopped) {
writeln("TO REMOVE: Calling this.http.shutdown() on this curl instance");
this.http.shutdown(); this.http.shutdown();
} }
object.destroy(this.http); // Destroy, however we cant set to null object.destroy(this.http); // Destroy, however we cant set to null
} }
static CurlEngine getCurlInstance() { static CurlEngine getCurlInstance() {