mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 16:56:16 +00:00
Removed debug output from CommandLineOptions.
This commit is contained in:
parent
b199dc335f
commit
b5ff4dd1a6
@ -58,7 +58,6 @@ class CommandLineOptions(args: Array<String>) {
|
|||||||
values.put(current_arg, next_arg)
|
values.put(current_arg, next_arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
println(values)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
operator fun get(name: String): String? = values[name]
|
operator fun get(name: String): String? = values[name]
|
||||||
|
Loading…
Reference in New Issue
Block a user