Skip to content

Commit

Permalink
undo removed console info log
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Apr 2, 2024
1 parent 771ffe7 commit f29d009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ async function updateClients() {
data: client
};

console.log(`Updating client ${client.name} with new IDs: ${updatedIds}`);
return adguardFetch(API_ENDPOINTS.CLIENTS_UPDATE, 'POST', updateObj);
}
});
Expand Down

0 comments on commit f29d009

Please sign in to comment.