Skip to content

Commit

Permalink
Removed inintended warn
Browse files Browse the repository at this point in the history
  • Loading branch information
goehle committed Aug 23, 2013
1 parent 620d8b5 commit 26c4a07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/WeBWorK/ContentGenerator/Instructor/ProblemSetDetail.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1828,16 +1828,17 @@ sub body {

print CGI::end_table();

warn($userSetRecord->open_date);

#datepicker scripts.
# we try to provide the date picker scripts with the global set
# if we aren't looking at a specific students set and the merged
# one otherwise.
my $tempSet;
if ($forUsers) {
$tempSet = $db->getMergedSet($userToShow, $setID);
} else {
$tempSet = $setRecord;
}

#datepicker scripts
print CGI::start_script({-type=>"text/javascript"}),"\n";
print q!$(".ui-datepicker").draggable();!,"\n";
print WeBWorK::Utils::DatePickerScripts::date_scripts($ce, $tempSet),"\n";
Expand Down

0 comments on commit 26c4a07

Please sign in to comment.