Remove redundant log

This commit is contained in:
Jordan Brown
2018-09-17 23:08:06 -04:00
parent 3b4aa9a162
commit cd658c7b29
@@ -125,8 +125,6 @@ namespace Tgstation.Server.Host.Components.Compiler
if (job == null)
throw new ArgumentNullException(nameof(job));
logger.LogTrace("Loading compile job {0}...", job.Id);
CompileJob finalCompileJob = null;
//now load the entire compile job tree
await databaseContextFactory.UseContext(async db => finalCompileJob = await db.CompileJobs.Where(x => x.Id == job.Id)