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){
             for (const relation in this.__proto__.constructor.relations){
                 this._loadRelations[relation] = this[relation] instanceof Array ? [...this[relation]] : this[relation]
                 this._loadRelations[relation] = this[relation] instanceof Array ? [...this[relation]] : this[relation]
             }
             }
-
-            console.log('DIFF SHOW')
         }
         }