@@ -13,8 +13,6 @@ namespace ConsoleCatchall.Console.Reconciliation
1313{
1414 internal class ReconciliationIntro
1515 {
16- #region Properties, member vars and constructor
17-
1816 private string _path = "" ;
1917 private string _third_party_file_name = "" ;
2018 private string _owned_file_name = "" ;
@@ -30,10 +28,6 @@ public ReconciliationIntro(IInputOutput input_output)
3028 _file_loader = new FileLoader ( _input_output , _spreadsheet_factory ) ;
3129 }
3230
33- #endregion Properties, member vars and constructor
34-
35- #region User Instructions and Input
36-
3731 public void Start ( )
3832 {
3933 _input_output . Output_line ( "" ) ;
@@ -463,10 +457,6 @@ private void Do_matching()
463457 reconciliation_interface ? . Do_the_matching ( ) ;
464458 }
465459
466- #endregion User Instructions and Input
467-
468- #region Debug Spreadsheet Operations
469-
470460 public void Copy_source_spreadsheet_to_debug_spreadsheet ( string source_spreadsheet_path , string main_spreadsheet_path )
471461 {
472462 string source_file_path = Path . Combine ( source_spreadsheet_path , ReconConsts . Main_spreadsheet_file_name ) ;
@@ -507,7 +497,5 @@ public void Inject_spreadsheet_factory(ISpreadsheetRepoFactory spreadsheet_facto
507497 {
508498 _spreadsheet_factory = spreadsheet_factory ;
509499 }
510-
511- #endregion Debug Spreadsheet Operations
512500 }
513501}
0 commit comments