removed logging to text file due to causing selenium error bug for unknown reason

This commit is contained in:
2023-11-03 22:42:43 -04:00
parent cf82847058
commit 71b950c57f

View File

@@ -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)
}