Remove the debug code as the source for random-logouts is found

This commit is contained in:
games647
2016-06-28 16:09:32 +02:00
parent 469e8d3a48
commit 837bbd69ac
3 changed files with 0 additions and 19 deletions
@@ -54,7 +54,6 @@ public class CacheDataSource implements DataSource {
return executorService.submit(new Callable<Optional<PlayerAuth>>() {
@Override
public Optional<PlayerAuth> call() {
ConsoleLogger.debug("REFRESH " + key);
return load(key);
}
});