summaryrefslogtreecommitdiffstats
path: root/sandstorm.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandstorm.js')
-rw-r--r--sandstorm.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/sandstorm.js b/sandstorm.js
index 46b92741..b2b4d88b 100644
--- a/sandstorm.js
+++ b/sandstorm.js
@@ -88,10 +88,6 @@ if (isSandstorm && Meteor.isServer) {
}
});
}
-
- // The sandstom user package put the username in `profile.name`. We need to
- // move this field value to follow our schema.
- Users.update(doc._id, { $rename: { 'profile.name': 'username' }});
});
}