Skip to content

Commit

Permalink
Remove debug printf from daml script (digital-asset#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature authored Nov 26, 2019
1 parent 094214a commit afe25fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ object RunnerMain {
participants = Map.empty,
party_participants = Map.empty)
}
println(participantParams)
val flow: Future[Unit] = for {
clients <- Runner.connect(participantParams, clientConfig)
_ <- runner.run(clients, scriptId, inputValue)
Expand Down

0 comments on commit afe25fe

Please sign in to comment.