Remove logger.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 9 Jun 2011 08:40:28 +0000 (10:40 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 9 Jun 2011 08:40:28 +0000 (10:40 +0200)
src/main/java/net/pterodactylus/sone/text/TextFilter.java

index 5744368..9e3587c 100644 (file)
 
 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.