diff --git a/browserid/static/dialog/controllers/dialog_controller.js b/browserid/static/dialog/controllers/dialog_controller.js
index f77f16ad313c982254eb20fb8f42a5cad5440cbe..0ee666eb220edd7e74ecd39a0e0fdf8bdee47253 100644
--- a/browserid/static/dialog/controllers/dialog_controller.js
+++ b/browserid/static/dialog/controllers/dialog_controller.js
@@ -15,14 +15,6 @@ $.Controller("Dialog", {}, {
 
     },
       
-<<<<<<< Updated upstream
-    // this is not working yet
-    "input keyup": function(e){
-      if(e.which == 13) {
-        $('.submit').click();
-        e.preventDefault();
-      }
-=======
     setupEnterKey: function() {
       $("input").keyup(function(e) {
           if(e.which == 13) {
@@ -30,7 +22,6 @@ $.Controller("Dialog", {}, {
             e.preventDefault();
           }
         });
->>>>>>> Stashed changes
     },
       
     "#signin click": function(event) {