diff --git a/role_change_notify.module b/role_change_notify.module
index 76ccb67..669c3fb 100644
--- a/role_change_notify.module
+++ b/role_change_notify.module
@@ -223,10 +223,6 @@ function _role_change_notify_update_user($edit, $account, $category) {
 
   // Invoke actions on role removal.
   foreach ($roles_removed as $roleid) {
-    if (module_exists('token')) {
-      token_get_values('global', NULL, TRUE); // Flush tokens so it knows user object has changed.
-    }
-
     $role = $roles[$roleid];
     $account->role_changed = $role;
     role_change_notify_trigger_actions('role_removed', $account);
