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

Remove debug output

parent 5b69f9c5
Branches
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ public class SeasonTrapsite implements Serializable, Comparable {
}
if(!foundWeek)
{
System.out.println("Adding week " + week);
//System.out.println("Adding week " + week);
TrapsiteRegistration blank = new TrapsiteRegistration(this.getSeasonTrapsiteId(),week);
retVal.add(blank);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment