We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c05e65 commit 1a3fda6Copy full SHA for 1a3fda6
src/components/c2d/compute_engine_docker.ts
@@ -449,7 +449,7 @@ export class C2DEngineDocker extends C2DEngine {
449
queueMaxWaitTime?: number
450
): Promise<ComputeJob[]> {
451
if (!this.docker) return []
452
- CORE_LOGGER.logMessage(`payment: ${JSON.stringify(payment)}`)
+ CORE_LOGGER.logMessage(`payment: `)
453
const isFree: boolean = !(payment && payment.lockTx)
454
455
if (metadata && Object.keys(metadata).length > 0) {
0 commit comments