diff --git a/browserid/static/include.js b/browserid/static/include.js index 56cc35534683b8cf5cad6c271e10a8f05b355338..6c89c18e53a818b8843ca31607e9dc868fb9464f 100644 --- a/browserid/static/include.js +++ b/browserid/static/include.js @@ -649,11 +649,6 @@ if (!navigator.id.getVerifiedEmail || navigator.id._getVerifiedEmailIsShimmed) }; navigator.id.registerVerifiedEmail = function(email, onsuccess, onerror) { - - // TODO: We really don't need to display a dialog for this. - // I'm showing one just because it's easier than figuring out - // how to embed an iframe in this case. - var doc = window.document; iframe = _create_iframe(doc); if (chan) chan.destroy();