remove finished TODO

This commit is contained in:
Mystikfluu 2022-12-30 00:10:19 +01:00
parent 6659682eee
commit 7fcbd71e99

View File

@ -311,7 +311,7 @@ fn import(args: &Vec<String>) {
}
fn export(args: &Vec<String>) { //TODO: compress data
fn export(args: &Vec<String>) {
let mut location = utils::get_home_folder_str();
if args.len() == 3 {
location = args[2].clone();