diff --git a/templates/registration/register.html b/templates/registration/register.html
index ee3cf6d..61bc09c 100644
--- a/templates/registration/register.html
+++ b/templates/registration/register.html
@@ -27,10 +27,8 @@ $(document).ready(function() {
function isDNCall(e) {
var call = $("#id_username").val().toUpperCase();
var disableState = false;
- console.log("NOOT NOOT" + call);
if(call.startsWith("DN")) {
var disableState = true;
- console.log("TIME TO DISABLE SHIT");
}
$("#id_dncall").prop("disabled", disableState);