Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 88eb897

Browse files
einrobinGiantTreeLP
authored andcommitted
Removed unused imports
1 parent 09228fa commit 88eb897

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cloudnet-core/src/main/java/de/dytanic/cloudnetcore/command/CommandDebug.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import de.dytanic.cloudnet.command.CommandSender;
99
import de.dytanic.cloudnetcore.CloudNet;
1010

11-
import java.io.IOException;
12-
1311
public final class CommandDebug extends Command {
1412

1513
public CommandDebug()
@@ -30,4 +28,4 @@ public void onExecuteCommand(CommandSender sender, String[] args)
3028
sender.sendMessage("debugging was disabled");
3129
}
3230
}
33-
}
31+
}

0 commit comments

Comments
 (0)