MDL-13114 tool_uploadcourse: Clean up after scheck scan

This commit is contained in:
Frederic Massart
2013-07-15 10:02:56 +08:00
parent 76fca7168c
commit 22b3be3633
4 changed files with 3 additions and 11 deletions
@@ -107,8 +107,6 @@ class tool_uploadcourse_tracker {
* @return void
*/
public function results($total, $created, $updated, $deleted, $errors) {
global $OUTPUT;
if ($this->outputmode == self::NO_OUTPUT) {
return;
}