Skip to content

Commit 12316b1

Browse files
committed
chore: remove debugging code
1 parent 469922e commit 12316b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app.rs

-2
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ pub async fn run(configuration: Configuration, api_version: &Version) -> Running
9696
.and_then(|u| u.auth.as_ref())
9797
.and_then(|auth| auth.casbin.as_ref())
9898
{
99-
println!("loading custom");
10099
CasbinEnforcer::with_configuration(CasbinConfiguration::new(&casbin.model, &casbin.policy)).await
101100
} else {
102-
println!("loading default");
103101
CasbinEnforcer::with_default_configuration().await
104102
},
105103
);

0 commit comments

Comments
 (0)