X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FTextFilter.java;h=9e3587c6c7b3260e2238d87bc0885880caaf6707;hp=5744368dc3d7dcdf5f6b23808fa1f63d5e924cba;hb=b691cf4c6c5dff806a2cf6a1d3debd6c243dc4d5;hpb=a5fb557d5d0468eee2dbd5cb4282c52987411bc5 diff --git a/src/main/java/net/pterodactylus/sone/text/TextFilter.java b/src/main/java/net/pterodactylus/sone/text/TextFilter.java index 5744368..9e3587c 100644 --- a/src/main/java/net/pterodactylus/sone/text/TextFilter.java +++ b/src/main/java/net/pterodactylus/sone/text/TextFilter.java @@ -17,10 +17,6 @@ package net.pterodactylus.sone.text; -import java.util.logging.Logger; - -import net.pterodactylus.util.logging.Logging; - /** * Filter for newly inserted text. This filter strips HTTP links to the local * node of identifying marks, e.g. a link to “http://localhost:8888/KSK@gpl.txt” @@ -32,9 +28,6 @@ import net.pterodactylus.util.logging.Logging; */ public class TextFilter { - /** The logger. */ - private static final Logger logger = Logging.getLogger(TextFilter.class); - /** * Filters the given text, stripping the host header part for links to the * local node.