diff --git a/admin/tool/uploaduser/index.php b/admin/tool/uploaduser/index.php index 5e862ca408e..08ef0243c96 100644 --- a/admin/tool/uploaduser/index.php +++ b/admin/tool/uploaduser/index.php @@ -547,8 +547,6 @@ if ($formdata = $mform2->is_cancelled()) { continue; } if (!property_exists($user, $column) or !property_exists($existinguser, $column)) { - // this should never happen - debugging("Could not find $column on the user objects", DEBUG_DEVELOPER); continue; } if ($updatetype == UU_UPDATE_MISSING) {