Removed Logging for Connections.
This commit is contained in:
parent
da8677b70a
commit
f6a7e01d7f
1 changed files with 0 additions and 2 deletions
2
me/cache/helpers/Connections.java
vendored
2
me/cache/helpers/Connections.java
vendored
|
@ -32,14 +32,12 @@ public class Connections implements Callable
|
|||
{
|
||||
create = false;
|
||||
destroy = true;
|
||||
AELog.info( "markDestroy" );
|
||||
}
|
||||
|
||||
public void markCreate()
|
||||
{
|
||||
create = true;
|
||||
destroy = false;
|
||||
AELog.info( "markCreate" );
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue