diff --git a/core/modules/user/user.install b/core/modules/user/user.install index b1c1064..74d19f0 100644 --- a/core/modules/user/user.install +++ b/core/modules/user/user.install @@ -64,8 +64,6 @@ function user_schema() { * Implements hook_install(). */ function user_install() { - // @todo Clean this up in https://drupal.org/node/2249113 - \Drupal::entityManager()->getStorage('user')->ensureSchemaExists();; // Insert a row for the anonymous user. db_insert('users') ->fields(array(