Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Aug 31, 2024
1 parent 2a6432a commit ec77806
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ public static boolean readSafe(SoarWorkingMemoryModel swmm, Reader fr, Reader cr
if (errors.size() > 0) {
MainFrame.getMainFrame().setFeedbackListData(errors);
}
System.out.println("Returning " + errors.stream().filter(FeedbackListEntry::isError).findAny().isEmpty());
// return true if no errors were found
return errors.stream().filter(FeedbackListEntry::isError).findAny().isEmpty();
} // readSafe
Expand Down

0 comments on commit ec77806

Please sign in to comment.