不要怂,就是干,撸起袖子干!

Commit e67f378e by Mick Hansen

Remove commented code

1 parent 13a55925
Showing with 0 additions and 3 deletions
...@@ -1250,9 +1250,6 @@ module.exports = (function() { ...@@ -1250,9 +1250,6 @@ module.exports = (function() {
include.association = association include.association = association
if (include.hasOwnProperty('include')) { if (include.hasOwnProperty('include')) {
/*include.include = include.include.map(function(childInclude) {
return validateIncludedElement.call(this, childInclude, include.daoFactory)
}.bind(this))*/
validateIncludedElements(include) validateIncludedElements(include)
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!