mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove debugger
This commit is contained in:
parent
adc66974ff
commit
10459ebaf4
@ -142,7 +142,6 @@ async function skipNotices (app) {
|
|||||||
// still notices to accept
|
// still notices to accept
|
||||||
const termsPage = app.find('.markdown')[0]
|
const termsPage = app.find('.markdown')[0]
|
||||||
if (!termsPage) {
|
if (!termsPage) {
|
||||||
debugger
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
termsPage.scrollTop = termsPage.scrollHeight
|
termsPage.scrollTop = termsPage.scrollHeight
|
||||||
|
Loading…
Reference in New Issue
Block a user