Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheasby committed Feb 17, 2022
1 parent 9f2a68b commit 726c960
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import com.palantir.common.pooling.PoolingContainer;
import com.palantir.logsafe.SafeArg;
import com.palantir.logsafe.UnsafeArg;
import com.palantir.logsafe.exceptions.SafeRuntimeException;
import com.palantir.logsafe.logger.SafeLogger;
import com.palantir.logsafe.logger.SafeLoggerFactory;
import com.palantir.util.TimedRunner;
Expand Down Expand Up @@ -227,8 +226,6 @@ private void invalidateQuietly(CassandraClient resource) {

@Override
public void shutdownPooling() {
SafeRuntimeException stackTrace = new SafeRuntimeException("I exist to show you the stack trace");
log.warn("Shutting down pooling", stackTrace);
clientPool.close();
}

Expand Down

0 comments on commit 726c960

Please sign in to comment.