diff --git a/eeschema/sch_edit_frame.cpp b/eeschema/sch_edit_frame.cpp index 08f4b9c38f..647015027c 100644 --- a/eeschema/sch_edit_frame.cpp +++ b/eeschema/sch_edit_frame.cpp @@ -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 ); } }