Skip to content

Commit

Permalink
remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril-makloufi committed Oct 28, 2022
1 parent 353570f commit 16c9b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Project/Sources/Methods/getFileLogLines.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ $i:=0
$logFileTab:=Split string:C1554(Document to text:C1236($logFile; "UTF-16"); $carriageReturn)
For each ($logLine; $logFileTab)

ALERT:C41($logLine)
If (Not:C34(Bool:C1537($i%1000)))
Use ($endLog)
$endLog["prog"+$num]:=$i/$logFileTab.length
Expand Down

0 comments on commit 16c9b73

Please sign in to comment.