-remove logging
This commit is contained in:
parent
6286699f26
commit
0547df9538
@ -1398,7 +1398,6 @@ async function dispatchRequestInternal<Op extends WalletApiOperation>(
|
||||
return resp;
|
||||
}
|
||||
case WalletApiOperation.GetScopedCurrencyInfo: {
|
||||
logger.info(`payload: ${j2s(payload)}`);
|
||||
// Ignore result, just validate in this mock implementation
|
||||
codecForGetCurrencyInfoRequest().decode(payload);
|
||||
const resp: GetCurrencyInfoResponse = {
|
||||
|
Loading…
Reference in New Issue
Block a user