remove unneeded code
This commit is contained in:
@ -45,10 +45,7 @@ public class PacserverUtils {
|
||||
}
|
||||
request.Content = content;
|
||||
|
||||
HttpResponseMessage response = await client.SendAsync(request);
|
||||
response.EnsureSuccessStatusCode();
|
||||
string responseBody = await response.Content.ReadAsStringAsync();
|
||||
Console.WriteLine(responseBody);
|
||||
await client.SendAsync(request);
|
||||
}
|
||||
|
||||
public static void transferPacmanDatabases() {
|
||||
|
Reference in New Issue
Block a user