summaryrefslogtreecommitdiffstats
path: root/models/users.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/users.js')
-rw-r--r--models/users.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/models/users.js b/models/users.js
index 5641ec9b..b56fd2ab 100644
--- a/models/users.js
+++ b/models/users.js
@@ -404,13 +404,6 @@ if (Meteor.isServer) {
title,
boardId,
userId: ExampleBoard.userId,
-
- // XXX Not certain this is a bug, but we except these fields get
- // inserted by the Lists.before.insert collection-hook. Since this
- // hook is not called in this case, we have to dublicate the logic and
- // set them here.
- archived: false,
- createdAt: new Date(),
};
Lists.insert(list);