Skip to content

Commit

Permalink
Update DataLogger.Provider.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
dliocode committed Apr 10, 2023
1 parent 8f1003d commit 362bfc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Core/DataLogger.Provider.pas
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,7 @@ function TDataLoggerProvider<T>.AddCache(const AValues: TArray<TLoggerItem>): T;
LListLoggerItem := nil;
LTransaction.ListItemTransaction.TryGetValue(LTransaction.ListItemTransaction.Count, LListLoggerItem);
if not Assigned(LListLoggerItem) then
raise Exception.Create('Erro para achar o transaction');
// Exit;
Exit;

LListLoggerItem.Add(LItem);

Expand Down

0 comments on commit 362bfc6

Please sign in to comment.