From 91dc249a993501b03fe33c60848f36437caffa32 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Sat, 30 May 2015 08:26:12 -0700 Subject: [PATCH] Removed debugging message in input_xml.F90 for tally nuclides refactor --- src/input_xml.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input_xml.F90 b/src/input_xml.F90 index c1e89ce6ea..b80c82157a 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -2560,7 +2560,6 @@ contains ! Search through nuclides pair_list => nuclide_dict % keys() do while (associated(pair_list)) - call write_message(pair_list % key) if (starts_with(pair_list % key, word)) then word = pair_list % key(1:150) exit