1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Remove debugger

This commit is contained in:
Dan Finlay 2017-11-29 13:35:48 -08:00
parent adc66974ff
commit 10459ebaf4

View File

@ -142,7 +142,6 @@ async function skipNotices (app) {
// still notices to accept
const termsPage = app.find('.markdown')[0]
if (!termsPage) {
debugger
break
}
termsPage.scrollTop = termsPage.scrollHeight