Skip to content

Commit

Permalink
MAT-6204: Removing a debugging statemetn
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-akins committed Oct 10, 2023
1 parent 4931a41 commit 8ff3695
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ private String generateReadMe(List<TestCase> testCases) {
*/
public byte[] zipTestCaseContents(
Measure measure, Map<String, Bundle> exportableTestCaseBundle, List<TestCase> testCases) {
log.error("############## We got here 6");
try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) {

PackagingUtility utility = PackagingUtilityFactory.getInstance(measure.getModel());
Expand Down

0 comments on commit 8ff3695

Please sign in to comment.