Removed unused log

develop
Nelson R. Perez 2018-09-17 12:13:19 -05:00
parent a3aa9956e3
commit 66b0ce7cc1
1 changed files with 0 additions and 1 deletions

View File

@ -366,7 +366,6 @@ public class NetworkService extends Service {
parsedResponse = gson.fromJson(text, GetAccountByNameResponse);
} else if(responsePayloadClass == HistoryOperationDetail.class){
Type GetAccountHistoryByOperationsResponse = new TypeToken<JsonRpcResponse<HistoryOperationDetail>>(){}.getType();
Log.d(TAG,"*> "+text);
parsedResponse = gson.fromJson(text, GetAccountHistoryByOperationsResponse);
}else if(responsePayloadClass == List.class){
// If the response payload is a List, further inquiry is required in order to