aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/project.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/models/project.js b/models/project.js
index 52853d7..2424694 100644
--- a/models/project.js
+++ b/models/project.js
@@ -20,8 +20,6 @@ var ProjectSchema = new Schema({
updated: { type: Date, default: Date.now }
});
-console.log(Schema.ObjectId);
-
// the four validations below only apply if you are signing up traditionally