Skip to content

Commit 1a3fda6

Browse files
authored
Update logging for payment information
1 parent 5c05e65 commit 1a3fda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/c2d/compute_engine_docker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export class C2DEngineDocker extends C2DEngine {
449449
queueMaxWaitTime?: number
450450
): Promise<ComputeJob[]> {
451451
if (!this.docker) return []
452-
CORE_LOGGER.logMessage(`payment: ${JSON.stringify(payment)}`)
452+
CORE_LOGGER.logMessage(`payment: `)
453453
const isFree: boolean = !(payment && payment.lockTx)
454454

455455
if (metadata && Object.keys(metadata).length > 0) {

0 commit comments

Comments
 (0)