From cead940d9b2ccf4bf059c339c3a1c9e8f6753526 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Fri, 23 Aug 2024 14:20:20 +0100 Subject: [PATCH] Orchestra: delete unused stateDir property (#1938) --- maestro-orchestra/src/main/java/maestro/orchestra/Orchestra.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/maestro-orchestra/src/main/java/maestro/orchestra/Orchestra.kt b/maestro-orchestra/src/main/java/maestro/orchestra/Orchestra.kt index 5a4ca9d8a2..3f5a8b0c4c 100644 --- a/maestro-orchestra/src/main/java/maestro/orchestra/Orchestra.kt +++ b/maestro-orchestra/src/main/java/maestro/orchestra/Orchestra.kt @@ -50,7 +50,6 @@ import java.lang.Long.max class Orchestra( private val maestro: Maestro, - private val stateDir: File? = null, private val screenshotsDir: File? = null, private val lookupTimeoutMs: Long = 17000L, private val optionalLookupTimeoutMs: Long = 7000L,