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