Skip to content
Snippets Groups Projects
Commit a9e2550d authored by Saurav Das's avatar Saurav Das
Browse files

removing print out

parent 7db90b54
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ public class DebugEventAppender<E> extends UnsynchronizedAppenderBase<E> {
@Override
protected void append(E eventObject) {
if (!isStarted()) {
System.out.println("returning wihout doing anything");
return;
}
if (evWarnError != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment