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