From c267be254e75815425992f7b35b4e2b50c1d99a7 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 4 Dec 2018 12:10:26 -0500 Subject: [PATCH] dedebug --- http2.d | 5 ----- 1 file changed, 5 deletions(-) diff --git a/http2.d b/http2.d index 852da5e..614781b 100644 --- a/http2.d +++ b/http2.d @@ -1644,13 +1644,8 @@ class HttpApiClient() { if(uri[0] == '/') uri = uri[1 .. $]; -import std.stdio; writeln(uri); -writeln(urlBase); - auto u = Uri(uri).basedOn(Uri(urlBase)); - writeln(u.toString()); - auto req = httpClient.navigateTo(u, requestMethod); if(oauth2Token.length)