mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
Removed LogArea
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
package org.parabot.core.ui.components;
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* The LogArea of the BotUI
|
|
||||||
*
|
|
||||||
* @author Everel
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public class LogArea {
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static void log(String s) {
|
|
||||||
System.out.println(s);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static void error(String s) {
|
|
||||||
System.err.println();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user