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