Ivan Asmer 4 年之前
父节点
当前提交
cc3e79a28e
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      index.js

+ 0 - 2
index.js

@@ -22,8 +22,6 @@ const mm = db => {
             for (const relation in this.__proto__.constructor.relations){
                 this._loadRelations[relation] = this[relation] instanceof Array ? [...this[relation]] : this[relation]
             }
-
-            console.log('DIFF SHOW')
         }