hide annoying log

pull/1341/head
Audric Ackermann 5 years ago
parent 4d801fd8e5
commit c0fa5fe290
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -169,14 +169,14 @@ const sendViaOnion = async (srvPubKey, url, fetchOptions, options = {}) => {
); );
} }
} else { } else {
// why is // FIXME why is
// https://chat-dev.lokinet.org/loki/v1/channel/1/deletes?count=200&since_id= // https://chat-dev.lokinet.org/loki/v1/channel/1/deletes?count=200&since_id=
// difference in response than all the other calls.... // difference in response than all the other calls....
log.info( // log.info(
`loki_app_dot_net:::sendViaOnion #${ // `loki_app_dot_net:::sendViaOnion #${
options.requestNumber // options.requestNumber
} - got object response ${url.toString()}` // } - got object response ${url.toString()}`
); // );
} }
// result.status has the http response code // result.status has the http response code
if (!txtResponse) { if (!txtResponse) {

Loading…
Cancel
Save