Ivan Asmer 5 년 전
부모
커밋
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')
         }