Skip to content

Commit 589ac49

Browse files
authored
remove extra log
1 parent d81d99b commit 589ac49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/actors/BatchPollResultMonitorActor.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class BatchPollResultMonitorActor(pollMonitorParameters: PollMonitorParameters)
6767
)
6868
BigDecimal(-1)
6969
}
70-
params.logger.info(s"vmCostPerHour for ${costLookupResponse.vmInfo} is $cost")
7170
vmCostPerHour = Option(cost)
7271
tellMetadata(Map(CallMetadataKeys.VmCostPerHour -> cost))
7372
}

0 commit comments

Comments
 (0)