mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Remove redundant log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user