Remove the now-unused admin logger

This commit is contained in:
Jon Chambers
2023-12-07 12:09:50 -05:00
committed by Jon Chambers
parent 949cc9e214
commit 5ad83da4e0
11 changed files with 8 additions and 264 deletions

View File

@@ -5,8 +5,8 @@
package org.whispersystems.textsecuregcm.controllers;
import org.jetbrains.annotations.Nullable;
import org.whispersystems.textsecuregcm.entities.RegistrationServiceSession;
import javax.annotation.Nullable;
import java.time.Duration;
public class VerificationSessionRateLimitExceededException extends RateLimitExceededException {