minor: remove debug print

This commit is contained in:
Martin Eyben 2024-11-19 09:52:27 +01:00
parent f29cd6aa5d
commit 5e006b2b4d

View File

@ -50,7 +50,6 @@ public class Main {
city = options.get("l").getValue();
int days = 3;
System.out.println(options);
if (options.containsKey("d"))
days = Integer.parseInt(options.get("d").getValue());