remove console logs

This commit is contained in:
tjs 2022-03-14 23:28:42 -04:00
parent 3c5a0d220c
commit 68bf9ba5e4
1 changed files with 0 additions and 3 deletions

View File

@ -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() {