Remove overzealous assert (KICAD-6VK).

This commit is contained in:
Jeff Young
2025-06-26 19:42:14 -06:00
parent fa3d23a818
commit 902ae353f6
-2
View File
@@ -1477,8 +1477,6 @@ void SCH_EDIT_FRAME::OnOpenPcbnew()
}
else
{
// If we are running inside a project, it should be impossible for this case to happen
wxASSERT( Kiface().IsSingle() );
ExecuteFile( PCBNEW_EXE );
}
}