From 71b950c57f430e70678d06a1f97eabbce541bf28 Mon Sep 17 00:00:00 2001 From: yuriy Date: Fri, 3 Nov 2023 22:42:43 -0400 Subject: [PATCH] removed logging to text file due to causing selenium error bug for unknown reason --- General-Functions.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/General-Functions.ahk b/General-Functions.ahk index 816b92c..d008589 100644 --- a/General-Functions.ahk +++ b/General-Functions.ahk @@ -35,9 +35,10 @@ SaveOrPostProgress(Message:="",PostType:=""){ if(InStr(PostType, "Tooltip")){ TooltipThis(Message) } - if(InStr(PostType, "ErrorLoggingTextFile")){ +/* if(InStr(PostType, "ErrorLoggingTextFile")){ Func_LogErrorsToTextFile(Message) } +*/ if(InStr(PostType, "ErrorSummaryVar")){ Func_LogErrorsToVar(Message) }