remove debugging log

This commit is contained in:
PrototypeTrousers
2022-03-04 17:05:33 -03:00
parent 49b3dc8b60
commit b3bfbd0b58
2 changed files with 1 additions and 3 deletions
@@ -92,9 +92,7 @@ public class CraftingJob implements Runnable, ICraftingJob
final ICraftingGrid cc = grid.getCache( ICraftingGrid.class );
final GridStorageCache sg = grid.getCache( IStorageGrid.class );
Stopwatch stopwatch = Stopwatch.createStarted();
this.original = new MECraftingInventory( sg.getExtractableList() );
AELog.info( "CraftingJob: original inventory took " + stopwatch.elapsed( TimeUnit.MICROSECONDS ) + "us" );
this.setTree( this.getCraftingTree( cc, what ) );
this.availableCheck = null;