Removed more debugging code.

This commit is contained in:
Krazy
2014-08-13 03:49:56 +00:00
parent db68cb4b3b
commit e4c78160fb

View File

@@ -214,8 +214,6 @@ public class SFilterUtil {
Operation currentOperation = null;
System.out.println(evaluationStack);
while (!evaluationStack.isEmpty()) {
String stackItem = evaluationStack.pop();