Skip to content

Commit

Permalink
fix: remove LoadFunctionMap while constructing Enforcer
Browse files Browse the repository at this point in the history
Signed-off-by: chris <bigcat26@gmail.com>
  • Loading branch information
bigcat26 committed Feb 26, 2021
1 parent 7684024 commit a9565fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion casbin/enforcer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ Enforcer :: Enforcer(shared_ptr<Model> m, shared_ptr<Adapter> adapter) {

this->model = m;
this->model->PrintModel();
this->func_map.LoadFunctionMap();

this->Initialize();

Expand Down

0 comments on commit a9565fc

Please sign in to comment.