remove debugging statement
This commit is contained in:
parent
c407e06e02
commit
fbe1c19f8c
@ -162,8 +162,6 @@ ORDER BY departure DESC
|
||||
.await
|
||||
.unwrap(); //TODO: fixme
|
||||
|
||||
println!("{:?}", &logs[0]);
|
||||
|
||||
let mut ret = Vec::new();
|
||||
for log in logs {
|
||||
ret.push(LogbookWithBoatAndRowers {
|
||||
|
Loading…
Reference in New Issue
Block a user