|
@@ -48,8 +48,7 @@ namespace InABox.Clients
|
|
|
|
|
|
private static IClient CheckClient()
|
|
|
{
|
|
|
- using (new Profiler(true))
|
|
|
- return ClientFactory.CreateClient<User>();
|
|
|
+ return ClientFactory.CreateClient<User>();
|
|
|
}
|
|
|
|
|
|
public static Dictionary<string, CoreTable> QueryMultiple(Dictionary<string, IQueryDef> queries)
|
|
@@ -265,8 +264,7 @@ namespace InABox.Clients
|
|
|
{
|
|
|
try
|
|
|
{
|
|
|
- using (new Profiler(true))
|
|
|
- return CheckClient().Ping();
|
|
|
+ return CheckClient().Ping();
|
|
|
}
|
|
|
catch (RequestException e)
|
|
|
{
|