From 43f002032d932a456fe98c036a43cbe3a747bddb Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Mon, 11 Feb 2013 21:59:11 +0100 Subject: [PATCH] Removed unused import. --- src/de/craftinc/gates/commands/CommandSetVisible.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/de/craftinc/gates/commands/CommandSetVisible.java b/src/de/craftinc/gates/commands/CommandSetVisible.java index ec6de31..2066c38 100644 --- a/src/de/craftinc/gates/commands/CommandSetVisible.java +++ b/src/de/craftinc/gates/commands/CommandSetVisible.java @@ -1,7 +1,5 @@ package de.craftinc.gates.commands; -import java.util.logging.Level; - import org.bukkit.ChatColor; import de.craftinc.gates.Plugin;