Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
martiliones committed Feb 12, 2022
1 parent 6b7bf7d commit 13a20a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion groups/voteForDelegate.js
Expand Up @@ -49,7 +49,6 @@ module.exports = (nodeManager) => {
if (res.success) {
const publicKey = res.data.account.publicKey;
votes[i] = `${voteDirection}${publicKey}`;
console.log(publicKey);
publicKeysCache[voteName] = publicKey;
} else {
logger.warn(`[ADAMANT js-api] Failed to get public key for ${vote}. ${res.errorMessage}.`);
Expand Down

0 comments on commit 13a20a2

Please sign in to comment.