Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 committed Oct 22, 2015
1 parent 28ea340 commit 648bd3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ public AbstractLesson getLesson(WebSession s, int lessonId, List<String> roles)
while (iter.hasNext()) {
AbstractLesson lesson = iter.next();

// System.out.println("getLesson() at role: " + lesson.getRole());
if (lesson.getScreenId() == lessonId && roles.contains(lesson.getRole())) {
return lesson;
}
Expand Down

0 comments on commit 648bd3b

Please sign in to comment.