Skip to content

Commit

Permalink
SAK-19949 quieten some noisy logging too
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/sections/trunk@87841 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
axxter99 committed Jan 31, 2011
1 parent b1f1c06 commit 1d5106e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public List getFilterItems() {
}

public void export(ActionEvent event){
log.info("export(");
log.debug("export(");
List<List<Object>> spreadsheetData = new ArrayList<List<Object>>();
// Get the section enrollments
Set<String> studentUids = new HashSet<String>();
Expand Down

0 comments on commit 1d5106e

Please sign in to comment.