mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
remove leftover logs
This commit is contained in:
parent
09adcf5c39
commit
9fcc883281
@ -2663,9 +2663,7 @@ apiRouter.get("/getOrchestratorENS", async (req, res) => {
|
||||
let orchestratorObj = JSON.parse(JSON.stringify(reqObj));
|
||||
// Replace delegators with ENS domain names
|
||||
for (var idx = 0; idx < orchestratorObj.delegators.length; idx++) {
|
||||
console.log(orchestratorObj.delegators[idx]);
|
||||
for (var idx2 = 0; idx2 < ensDomainCache.length; idx2++) {
|
||||
console.log(ensDomainCache[idx2]);
|
||||
if (ensDomainCache[idx2].address == orchestratorObj.delegators[idx].id) {
|
||||
if (ensDomainCache[idx2].domain){
|
||||
orchestratorObj.delegators[idx].id = ensDomainCache[idx2].domain;
|
||||
|
Loading…
x
Reference in New Issue
Block a user