From 82ec743a3badc569ee9fdac28d974969bdc82538 Mon Sep 17 00:00:00 2001 From: justin-richling Date: Mon, 21 Aug 2023 11:27:16 -0600 Subject: [PATCH] Update adf_diag.py --- lib/adf_diag.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/adf_diag.py b/lib/adf_diag.py index 874d8717a..88d34f32f 100644 --- a/lib/adf_diag.py +++ b/lib/adf_diag.py @@ -396,9 +396,6 @@ def call_ncrcat(cmd): start_year = start_years[case_idx] end_year = end_years[case_idx] - print(type(start_year)) - print(type(end_year)) - #Create path object for the CAM history file(s) location: starting_location = Path(cam_hist_locs[case_idx])