Skip to content

Commit

Permalink
global search MDL-24625 removed var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
nebgor committed Oct 28, 2010
1 parent 1418e91 commit 01f44fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion search/documents/assignment_document.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ function assignment_single_document($id, $itemtype) {
}
if ($itemtype == 'submission') {
$submission = assignment_submission_add_document_fields($assignment, $submission);
var_dump($submission);
$document = new AssignmentSearchDocument(get_object_vars($submission), $cm->id, 'submission', $assignment->course, null, $context->id);
return $document;
}
Expand Down

0 comments on commit 01f44fd

Please sign in to comment.