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