Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
JPonte authored and davesmith00000 committed Nov 22, 2024
1 parent e8d32ca commit 63e4131
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tyrian/src/main/scala/tyrian/cmds/ImageLoader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ object ImageLoader:
val task: F[Result] =
Async[F].async { callback =>
Async[F].delay {
println("Used ImageLoader!")

val image: html.Image = document.createElement("img").asInstanceOf[html.Image]
image.src = path
image.onload = { (_: Event) =>
Expand Down

0 comments on commit 63e4131

Please sign in to comment.