Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kristian
uniswap-interface
Commits
6e913114
Unverified
Commit
6e913114
authored
4 years ago
by
Moody Salem
Browse files
Options
Download
Email Patches
Plain Diff
remove console.log statement
parent
f6a464cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hooks/Trades.ts
+0
-1
src/hooks/Trades.ts
with
0 additions
and
1 deletion
+0
-1
src/hooks/Trades.ts
+
0
-
1
View file @
6e913114
...
...
@@ -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
}),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help