remove debug prints
This commit is contained in:
parent
93579922d6
commit
3cbf22cb83
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ pub fn get_users(input: Form<FormGetUsers>) -> status::Custom<&'static str> {
|
|||
let response = if results.is_empty() {
|
||||
String::from("-1")
|
||||
} else {
|
||||
println!("{:?}", results);
|
||||
println!("{:?}", vec![results.join("|"), format!("{}:{}:10", amount, input.page * 10)].join("#"));
|
||||
vec![results.join("|"), format!("{}:{}:10", amount, input.page * 10)].join("#")
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue