Remove commented line

This commit is contained in:
int2001
2025-03-10 15:07:16 +00:00
parent f759d892da
commit 08c7688c42

View File

@@ -14,7 +14,6 @@ if ($qsoarray) {
foreach ($qsoarray as $sat => $mode) {
echo '<tr><th>'. $sat .'</th>';
foreach ($mode as $cmode => $singlemode) {
#echo '<td>'.$singlemode.'</td>';
echo '<td>';
if (($singlemode ?? '-') != '-') {
echo "<a href=\"javascript:displaySatQsos('".$sat."','".$cmode."')\">".$singlemode."</a>";