remove debugging log
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ aebuild=7
|
|||||||
aegroup=appeng
|
aegroup=appeng
|
||||||
aebasename=appliedenergistics2
|
aebasename=appliedenergistics2
|
||||||
extended=extended_life
|
extended=extended_life
|
||||||
extendedversion=v50h
|
extendedversion=v50i
|
||||||
#########################################################
|
#########################################################
|
||||||
# Versions #
|
# Versions #
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|||||||
@@ -92,9 +92,7 @@ public class CraftingJob implements Runnable, ICraftingJob
|
|||||||
|
|
||||||
final ICraftingGrid cc = grid.getCache( ICraftingGrid.class );
|
final ICraftingGrid cc = grid.getCache( ICraftingGrid.class );
|
||||||
final GridStorageCache sg = grid.getCache( IStorageGrid.class );
|
final GridStorageCache sg = grid.getCache( IStorageGrid.class );
|
||||||
Stopwatch stopwatch = Stopwatch.createStarted();
|
|
||||||
this.original = new MECraftingInventory( sg.getExtractableList() );
|
this.original = new MECraftingInventory( sg.getExtractableList() );
|
||||||
AELog.info( "CraftingJob: original inventory took " + stopwatch.elapsed( TimeUnit.MICROSECONDS ) + "us" );
|
|
||||||
|
|
||||||
this.setTree( this.getCraftingTree( cc, what ) );
|
this.setTree( this.getCraftingTree( cc, what ) );
|
||||||
this.availableCheck = null;
|
this.availableCheck = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user