mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Remove testing code
This commit is contained in:
		
							parent
							
								
									4fbb6ee556
								
							
						
					
					
						commit
						080e21f6fc
					
				@ -7921,7 +7921,7 @@ void MainWindow::WSPR_scheduling ()
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  m_WSPR_tx_next = false;
 | 
					  m_WSPR_tx_next = false;
 | 
				
			||||||
  if (m_config.is_transceiver_online () // need working rig control for hopping
 | 
					  if (m_config.is_transceiver_online () // need working rig control for hopping
 | 
				
			||||||
      // && !m_config.is_dummy_rig ()
 | 
					      && !m_config.is_dummy_rig ()
 | 
				
			||||||
      && ui->band_hopping_group_box->isChecked ()) {
 | 
					      && ui->band_hopping_group_box->isChecked ()) {
 | 
				
			||||||
    auto hop_data = m_WSPR_band_hopping.next_hop (m_auto);
 | 
					    auto hop_data = m_WSPR_band_hopping.next_hop (m_auto);
 | 
				
			||||||
    qDebug () << "hop data: period:" << hop_data.period_name_
 | 
					    qDebug () << "hop data: period:" << hop_data.period_name_
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user