mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:26:31 +00:00
add generating result image to Results directory
This commit is contained in:
@@ -331,14 +331,11 @@ public partial class Annotator
|
||||
{
|
||||
try
|
||||
{
|
||||
_logger.LogInformation($"remove annotation {existingResult.TimeStr} {existingResult.ClassName}!");
|
||||
_formState.AnnotationResults.Remove(existingResult);
|
||||
_logger.LogInformation($"removed {existingResult.TimeStr} {existingResult.ClassName} sucessfully!");
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.LogError(e, e.Message);
|
||||
//Console.WriteLine(e);
|
||||
throw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user