From 8ad2013fb2f737601b56fdca19270417a0251fe4 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Mon, 20 Jan 2020 22:16:23 +0100 Subject: [PATCH] Disable "verbose" log messages --- templates/registration/register.html | 2 -- 1 file changed, 2 deletions(-) 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);