Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Also remove /sp/
Browse files Browse the repository at this point in the history
  • Loading branch information
floens committed Jan 17, 2016
1 parent 783b284 commit 0a5f14f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ private List<Board> getDefaultBoards() {
list.add(new Board("Food & Cooking", "ck", true, true));
list.add(new Board("Do It Yourself", "diy", true, true));
list.add(new Board("Animals & Nature", "an", true, true));
list.add(new Board("Sports", "sp", true, true));

Collections.shuffle(list);

Expand Down

0 comments on commit 0a5f14f

Please sign in to comment.