Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Oct 11, 2024
1 parent 9f1c31b commit 952cbb8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,12 @@ class AdminController : AdminRPC {
if (jobID == null) {
jobID = id
} else {
yield(Workspace(jobID, state))
jobID = id
yield(Workspace(id, state))
state = 0u
}
}

log.debug("s3 file: {}/{}", jobID, it.baseName)

when (it.baseName) {
FlagInProgress -> state = state or RunningFlag
FlagComplete -> state = state or CompletionFlag
Expand Down

0 comments on commit 952cbb8

Please sign in to comment.