Remove debug log entries
This commit is contained in:
parent
291be34118
commit
05e41b1631
1 changed files with 4 additions and 2 deletions
|
@ -33,7 +33,8 @@ public class ChestGUI {
|
|||
ChestGUI gui = it.next();
|
||||
if (!gui.valid()) {
|
||||
|
||||
AriasServerEssentials.getSelf().getLogger().info("A gui has been invalidated, removing from caches");
|
||||
// AriasServerEssentials.getSelf().getLogger().info("A gui has been invalidated,
|
||||
// removing from caches");
|
||||
it.remove();
|
||||
}
|
||||
}
|
||||
|
@ -46,7 +47,8 @@ public class ChestGUI {
|
|||
}
|
||||
}
|
||||
|
||||
AriasServerEssentials.getSelf().getLogger().info("No such GUI, returning null");
|
||||
// AriasServerEssentials.getSelf().getLogger().info("No such GUI, returning
|
||||
// null");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue