Removed an obsolete comment

This commit is contained in:
Maciej Suminski 2018-04-28 01:19:42 +02:00
parent 9960416e32
commit 5a051358b7
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ bool DIALOG_SIGNAL_LIST::TransferDataToWindow()
m_signals->Append( wxString::Format( "V(%s)", net.first ) );
}
// For some reason, it is not possible to plot currents in any but transient analysis
auto simType = m_exporter->GetSimType();
if( simType == ST_TRANSIENT || simType == ST_DC )