Skip to content

Commit

Permalink
fix(trader): don't log unfollowed sell signals
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Feb 13, 2021
1 parent 1b5940a commit f7104de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/trader.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ socket.on("buy_signal", async (signal) => {
})

socket.on("sell_signal", async (signal) => {
console.log("trader: on sell_signal", signal)
const tresult = _.findIndex(user_payload, (o) => {
return o.stratid == signal.stratid
})
Expand Down

0 comments on commit f7104de

Please sign in to comment.