From a962979765848d6d811521efd7e2d31f9036e07e Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Thu, 28 Oct 2021 15:44:17 +0300 Subject: [PATCH] chore: removed legacy code --- src/types/ExecuteScript.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/ExecuteScript.ts b/src/types/ExecuteScript.ts index 7edb6aa..b556578 100644 --- a/src/types/ExecuteScript.ts +++ b/src/types/ExecuteScript.ts @@ -1,5 +1,4 @@ export interface ExecutionQuery { _program: string _debug?: number - _log?: boolean }