From 275d958e623bc761acfe4ec8d51ac79dc805f25f Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 26 Nov 2013 21:26:03 -0800 Subject: [PATCH] MDL-42885 tool_uploaduser: removed misleading debugging message --- admin/tool/uploaduser/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/tool/uploaduser/index.php b/admin/tool/uploaduser/index.php index 568844a580a..2c60dd12584 100644 --- a/admin/tool/uploaduser/index.php +++ b/admin/tool/uploaduser/index.php @@ -549,8 +549,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) {