Ivan Asmer преди 4 години
родител
ревизия
479265f1d6
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      index.js

+ 0 - 1
index.js

@@ -444,7 +444,6 @@ const mm = db => {
 
 
             async save(noSync=false){
-                console.log(userACL)
                 if (!this._id && !this.___permissionCan('create'))
                     throw new ReferenceError(`Permissison denied Create Entity of class ${this._class}`)
                 if (this._id && !this.___permissionCan('write'))