Removed debug output from CommandLineOptions.

This commit is contained in:
Fabian Schlenz 2018-04-11 06:16:42 +02:00
parent b199dc335f
commit b5ff4dd1a6
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ class CommandLineOptions(args: Array<String>) {
values.put(current_arg, next_arg)
}
}
println(values)
}
operator fun get(name: String): String? = values[name]