From 69be6961eca48d574b95051b9549e586fad8c46f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 16 May 2020 19:48:10 +0000 Subject: [PATCH] --- server/AyaNova/biz/TagBiz.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/AyaNova/biz/TagBiz.cs b/server/AyaNova/biz/TagBiz.cs index e8aea0d8..4c09eed7 100644 --- a/server/AyaNova/biz/TagBiz.cs +++ b/server/AyaNova/biz/TagBiz.cs @@ -34,9 +34,6 @@ namespace AyaNova.Biz // public async Task HandleJobAsync(OpsJob job) { - //Hand off the particular job to the corresponding processing code - //NOTE: If this code throws an exception the caller (JobsBiz::ProcessJobsAsync) will automatically set the job to failed and log the exeption so - //basically any error condition during job processing should throw up an exception if it can't be handled switch (job.JobType) { case JobType.BulkTag: