mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Removed more debugging code.
This commit is contained in:
@@ -214,8 +214,6 @@ public class SFilterUtil {
|
|||||||
|
|
||||||
Operation currentOperation = null;
|
Operation currentOperation = null;
|
||||||
|
|
||||||
System.out.println(evaluationStack);
|
|
||||||
|
|
||||||
while (!evaluationStack.isEmpty()) {
|
while (!evaluationStack.isEmpty()) {
|
||||||
|
|
||||||
String stackItem = evaluationStack.pop();
|
String stackItem = evaluationStack.pop();
|
||||||
|
|||||||
Reference in New Issue
Block a user