Skip to content

Commit

Permalink
Dewarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 9, 2020
1 parent 1540351 commit 58243bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manualassign.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ function saveAssignments($qreq, $reviewer) {
foreach ($assignments as $line) {
$text .= join(",", $line) . "\n";
}
error_log($text);
$aset = new AssignmentSet($Me);
$aset->parse($text);
$aset->execute(true);
Expand Down

0 comments on commit 58243bb

Please sign in to comment.