MDL-42885 tool_uploaduser: removed misleading debugging message

This commit is contained in:
Mark Nelson
2013-11-26 21:26:27 -08:00
parent 20776b450f
commit 44a9508cb9
-2
View File
@@ -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) {