From 8ed1141e36fb91e36b3259763afd88dabadb1061 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 31 Mar 2021 16:53:42 +0100 Subject: [PATCH] Forgot to remove console debugging code --- assets/js/sections/qso.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 3955bbc3..c92a103f 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -291,8 +291,7 @@ $("#callsign").focusout(function() { // Replace / in a callsign with - to stop urls breaking $.getJSON('logbook/json/' + find_callsign.replace(/\//g, "-") + '/' + sat_type + '/' + json_band + '/' + json_mode, function(result) { - console.log ("temp callsign" + temp_callsign); - console.log("entered callsign" + $('#callsign').val()); + // Make sure the typed callsign and temp callsign match if($('#callsign').val = temp_callsign){ if(result.dxcc.entity != undefined) {