From d897abff8f26818e71e36990c09c8c848d3925e0 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 21 Mar 2015 19:26:17 +1100 Subject: [PATCH] Remove debugging --- src/stratifier.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index 0da948e9..ddeb174a 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3457,10 +3457,8 @@ static json_t *parse_authorise(stratum_instance_t *client, const json_t *params_ if (client->sdata && client->sdata->proxy && client->sdata->proxy->global) { sdata_t *ckp_sdata = ckp->data; - if (userproxy_headroom(ckp_sdata, client->user_id)) { - LOGWARNING("reconnecting to user!"); + if (userproxy_headroom(ckp_sdata, client->user_id)) reconnect_client(ckp_sdata, client); - } } } else { LOGNOTICE("Authorised client %"PRId64" worker %s as user %s",