From 7918a3b9aafdada6d27329a2b1eeec6d546d4c0e Mon Sep 17 00:00:00 2001 From: eneller Date: Fri, 18 Mar 2022 22:47:57 +0100 Subject: [PATCH] (mymuesli)remove unnecessary println --- mymuesli/main.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mymuesli/main.java b/mymuesli/main.java index 3c6e060..1da1dd3 100644 --- a/mymuesli/main.java +++ b/mymuesli/main.java @@ -14,7 +14,6 @@ public class Main{ public static int length = 6; public static void main(String[] args) throws IOException { - System.out.println("test"); String filepath = "https://www.mymuesli.com/"; @@ -128,4 +127,4 @@ public class CountArray { return false; } -} \ No newline at end of file +}