Skip to content

Commit

Permalink
webservice MDL-17135 remove varlog() calls (personal debug function)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome committed Oct 14, 2009
1 parent 772db63 commit ccbef34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/external_service_users.php
Expand Up @@ -45,7 +45,6 @@
if (!empty($userstoassign)) {

foreach ($userstoassign as $adduser) {
varlog($adduser);
global $DB;
$serviceuser = new object();
$serviceuser->externalserviceid = $id;
Expand All @@ -66,7 +65,6 @@
if (!empty($userstoremove)) {

foreach ($userstoremove as $removeuser) {
varlog($removeuser);
global $DB;
$DB->delete_records('external_services_users', array('externalserviceid' => $id, 'userid' => $removeuser->id));
add_to_log(1, 'core', 'assign', 'admin/external_service_users.php?id='.$id, 'remove', '', $removeuser->id);
Expand Down

0 comments on commit ccbef34

Please sign in to comment.