Forgot to remove console debugging code

pull/982/head
Peter Goodhall 2021-03-31 16:53:42 +01:00
rodzic c8b307baf7
commit 8ed1141e36
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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) {