Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Dec 5, 2023
1 parent 7d527fa commit b3dadd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/main/scala/Ws.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ private class WsOperationsAWS(eventsSnsTopic: String) extends WsOperations {
)

IO.fromFuture(IO(snsClient.publishFuture(params)))
.flatTap(r => IO(js.Dynamic.global.console.log("PUBLISHED", r)))
.void
}
}
Expand Down

0 comments on commit b3dadd1

Please sign in to comment.