chore(xo-server/Model): remove unused initialize()

This commit is contained in:
Julien Fontanet 2018-08-14 14:18:11 +02:00
parent 7dc0c4cf15
commit e86b30f205

View File

@ -15,9 +15,6 @@ export default class Model extends EventEmitter {
} }
} }
// Initialize the model after construction.
initialize () {}
// Validate the defined properties. // Validate the defined properties.
// //
// Returns the error if any. // Returns the error if any.