Forgot to remove console debugging code

这个提交包含在:
Peter Goodhall 2021-03-31 16:53:42 +01:00
父节点 c8b307baf7
当前提交 8ed1141e36

查看文件

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