Removed some debug output

This commit is contained in:
Michael Snoyman 2012-11-22 12:57:47 +02:00
parent 69791585aa
commit 50df681969

View File

@ -73,7 +73,6 @@ function #{rawJS onclick}() {
navigator.id.watch({
onlogin: function (assertion) {
if (assertion) {
alert("@{toMaster complete}/" + assertion);
document.location = "@{toMaster complete}/" + assertion;
}
},