mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-10 17:51:17 +00:00
Internal: Oops: removed debug logging
This commit is contained in:
parent
8648227423
commit
27be4b6868
1 changed files with 2 additions and 2 deletions
|
@ -2262,10 +2262,10 @@ namespace CodeImp.DoomBuilder.Map
|
|||
watch.Start();
|
||||
if (!builder.TraceSector(ls.Line, ls.Front))
|
||||
{
|
||||
General.ErrorLogger.Add(ErrorType.Warning, string.Format("TraceSector: took {0}ms, failed!", watch.ElapsedMilliseconds));
|
||||
//General.ErrorLogger.Add(ErrorType.Warning, string.Format("TraceSector: took {0}ms, failed!", watch.ElapsedMilliseconds));
|
||||
continue; // Don't create sector if trace failed
|
||||
}
|
||||
General.ErrorLogger.Add(ErrorType.Warning, string.Format("TraceSector: took {0}ms", watch.ElapsedMilliseconds));
|
||||
//General.ErrorLogger.Add(ErrorType.Warning, string.Format("TraceSector: took {0}ms", watch.ElapsedMilliseconds));
|
||||
|
||||
// Find any subsequent edges that were part of the sector created
|
||||
bool has_existing_lines = false;
|
||||
|
|
Loading…
Reference in a new issue