remove debug

puzzle-dashboard-api
Thibault Duplessis 2021-01-20 08:30:25 +01:00
parent a9bc5e2f30
commit 5d065a4a94
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ final class StudyMultiBoard(
)
}
.map { r =>
r.map(lila.db.BSON.debug).foreach(println)
for {
doc <- r
id <- doc.getAsOpt[Chapter.Id]("_id")