Skip to content
Snippets Groups Projects
Commit 1992c780 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Remove debug output from test

parent c48f9334
Branches
Tags v1.1.2
No related merge requests found
......@@ -78,14 +78,17 @@ public class PsilaRosaeTempModelTest {
instance.setConfiguration(config);
List<Result> result = instance.getResult();
assertNotNull(result);
Collections.sort(result);
/*
Collections.sort(result);
System.out.println("Result.size=" + result.size());
for(Result r:result)
{
System.out.println(r.toString());
}*/
}
*/
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment