Skip to content

Commit

Permalink
remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Jan 2, 2024
1 parent c87d079 commit bba231b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rippled/nUNL.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const getNegativeUNL = (rippledSocket) => {
})
.catch((error) => {
log.error(error.toString())
console.log(error.stack)
throw error
})
}
Expand Down

0 comments on commit bba231b

Please sign in to comment.