remove console logs
This commit is contained in:
parent
3c5a0d220c
commit
68bf9ba5e4
|
@ -626,8 +626,6 @@ const useMangoStore = create<MangoStore>((set, get) => {
|
|||
})
|
||||
)
|
||||
.then((serumTradeHistory) => {
|
||||
console.log('serum Trade History', serumTradeHistory)
|
||||
|
||||
set((state) => {
|
||||
state.tradeHistory.spot = serumTradeHistory
|
||||
})
|
||||
|
@ -653,7 +651,6 @@ const useMangoStore = create<MangoStore>((set, get) => {
|
|||
state.selectedMangoAccount.lastUpdatedAt = new Date().toISOString()
|
||||
state.selectedMangoAccount.lastSlot = lastSlot
|
||||
})
|
||||
console.log('reloaded mango account')
|
||||
}
|
||||
},
|
||||
async reloadOrders() {
|
||||
|
|
Loading…
Reference in New Issue