From cb9a1cfff636aad91f30fbd754fb9279629b5876 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sun, 17 Nov 2019 15:05:29 +0000 Subject: [PATCH] remove stray import --- core/src/main/groovy/com/muwire/core/chat/ChatClient.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/groovy/com/muwire/core/chat/ChatClient.groovy b/core/src/main/groovy/com/muwire/core/chat/ChatClient.groovy index 6909c514..7585ccd4 100644 --- a/core/src/main/groovy/com/muwire/core/chat/ChatClient.groovy +++ b/core/src/main/groovy/com/muwire/core/chat/ChatClient.groovy @@ -1,6 +1,5 @@ package com.muwire.core.chat -import java.lang.System.Logger.Level import java.nio.charset.StandardCharsets import java.util.concurrent.Executor import java.util.concurrent.Executors