Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhayhurst committed Dec 4, 2024
1 parent 7f08a16 commit fdf2447
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/models/entities/CredibleSet.scala
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,8 @@ object CredibleSet extends Logging {
description = None,
arguments = pageArg :: Nil,
resolve = js => {
//import scala.concurrent.ExecutionContext.Implicits.global
val id: String = (js.value \ "studyLocusId").as[String]
L2GPredictionsDeferred(id, js.arg(pageArg))
// val l2gValues = DeferredValue(l2gFetcher.deferRelSeq(l2gByStudyLocusIdRel, id))
// val t = js.arg(pageSize) match {
// case Some(size) =>
// l2gValues.map(_.take(size))
// case None =>
// l2gValues
// }
// t
}
),
Field(
Expand Down

0 comments on commit fdf2447

Please sign in to comment.