1
0
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:
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 // 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