diff --git a/server/src/main/java/com/ftprx/server/command/ChangeWorkingDirectoryCommand.java b/server/src/main/java/com/ftprx/server/command/ChangeWorkingDirectoryCommand.java index 82ee206..2b377a5 100644 --- a/server/src/main/java/com/ftprx/server/command/ChangeWorkingDirectoryCommand.java +++ b/server/src/main/java/com/ftprx/server/command/ChangeWorkingDirectoryCommand.java @@ -20,9 +20,6 @@ import com.ftprx.server.channel.Command; import com.ftprx.server.channel.WorkingDirectoryChangeException; -import java.io.File; -import java.util.logging.Logger; - /* * This command allows the user to work with a different * directory or dataset for file storage or retrieval without