From 64200030d2689c1a732aed3c8a8c7fed16ce803b Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sat, 22 Dec 2018 20:38:44 -0800 Subject: [PATCH] brady was too optimistic --- src/api/java/baritone/api/utils/Logger.java | 27 --------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/api/java/baritone/api/utils/Logger.java diff --git a/src/api/java/baritone/api/utils/Logger.java b/src/api/java/baritone/api/utils/Logger.java deleted file mode 100644 index c2f6c99a..00000000 --- a/src/api/java/baritone/api/utils/Logger.java +++ /dev/null @@ -1,27 +0,0 @@ -/* - * This file is part of Baritone. - * - * Baritone is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Baritone is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with Baritone. If not, see . - */ - -package baritone.api.utils; - -/** - * @author Brady - * @since 9/23/2018 - */ -public class Logger { - - -}