Skip to content

Commit e6f6988

Browse files
committed
chore: remove outdated TODO in response_file_service
1 parent df0b60e commit e6f6988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

classes/local/files/response_file_service.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ class response_file_service {
5151
* @throws stored_file_creation_exception
5252
*/
5353
public function combine_response_file_draft_areas(array $draftareas, int $targetdraftarea, int $userid): int {
54-
// TODO: Check file size & count restrictions.
55-
5654
if (!$draftareas) {
5755
return $targetdraftarea;
5856
}

0 commit comments

Comments
 (0)