Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
chlulei committed Oct 19, 2023
1 parent 9871413 commit 5fa5b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/Export/classes/class.ilImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ protected function checkStatus(ilImportStatusHandlerCollectionInterface $import_
if ($import_status_collection->hasStatusType(StatusType::FAILED)) {
throw new ilImportException($import_status_collection
->withNumberingEnabled(true)
->toString(StatusType::FAILED, StatusType::DEBUG));
->toString(StatusType::FAILED));
}
}

Expand Down

0 comments on commit 5fa5b1c

Please sign in to comment.