diff --git a/BACKEND/app/services/line_connection.ts b/BACKEND/app/services/line_connection.ts index b3057d7..c394685 100644 --- a/BACKEND/app/services/line_connection.ts +++ b/BACKEND/app/services/line_connection.ts @@ -236,7 +236,7 @@ export default class LineConnection { this.outputBuffer += message this.outputScenario += message this.outputTestLog += cleanData(data.toString()) - this.outputALLScenario += cleanData(data.toString()) + if (!this.config.runningPhysical) this.outputALLScenario += cleanData(data.toString()) if (!this.config.inventory) this.outputInventory = this.outputInventory.slice(-3000) + message }