diff --git a/Arctic_Nigthmare/src/arctic_nightmare/Logger.java b/Arctic_Nigthmare/src/arctic_nightmare/Logger.java index 7d44f47f9728326f76bae3a44223d2e02f6cd248..382348590b48e9ebefad516fbb353931cbe5039a 100644 --- a/Arctic_Nigthmare/src/arctic_nightmare/Logger.java +++ b/Arctic_Nigthmare/src/arctic_nightmare/Logger.java @@ -1,18 +1,9 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ package arctic_nightmare; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Scanner; -/** - * - * @author csellar - */ final public class Logger { private static final String RESET = ""; private static final String BLACK = "\u001B[30m";