Skip to content

Commit f795f87

Browse files
committed
Merge #704: Remove debugging code
12316b1 chore: remove debugging code (Jose Celano) Pull request description: Remove debugging code. ACKs for top commit: josecelano: ACK 12316b1 Tree-SHA512: 97477a38ea4715fcee8c6a8a9f51a471e9d413a7eb198fda24adeb522fe6953525ca61a64912fc53c1685c72f7d397415fccc80143bc0a0fbfc6c2612da64a1d
2 parents 469922e + 12316b1 commit f795f87

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)