Removed debugging message in input_xml.F90 for tally nuclides refactor

This commit is contained in:
Will Boyd 2015-05-30 08:26:12 -07:00
parent 0da18c81ad
commit 91dc249a99

View file

@ -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