Unverified Commit 6e913114 authored by Moody Salem's avatar Moody Salem
Browse files

remove console.log statement

parent f6a464cb
Showing with 0 additions and 1 deletion
+0 -1
......@@ -42,7 +42,6 @@ function useAllCommonPairs(currencyA?: Currency, currencyB?: Currency): Pair[] {
if (customBasesA && customBasesA.findIndex(base => tokenB.equals(base)) === -1) return false
if (customBasesB && customBasesB.findIndex(base => tokenA.equals(base)) === -1) return false
console.log(tokenA, tokenB, customBasesA, customBasesB, 'allowing')
return true
}),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment