minor: remove debug print
This commit is contained in:
parent
f29cd6aa5d
commit
5e006b2b4d
@ -50,7 +50,6 @@ public class Main {
|
|||||||
city = options.get("l").getValue();
|
city = options.get("l").getValue();
|
||||||
|
|
||||||
int days = 3;
|
int days = 3;
|
||||||
System.out.println(options);
|
|
||||||
if (options.containsKey("d"))
|
if (options.containsKey("d"))
|
||||||
days = Integer.parseInt(options.get("d").getValue());
|
days = Integer.parseInt(options.get("d").getValue());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user