Skip to content

Commit c31a619

Browse files
committed
Update ProgramState.java
1 parent 97fdcfa commit c31a619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediatelang/interpreter

de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediatelang/interpreter/ProgramState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public ILconstObject allocate(ImClassType clazz, Element trace) {
168168
objectIdCounter++;
169169
ILconstObject res = new ILconstObject(clazz, objectIdCounter, trace);
170170
indexToObject.put(objectIdCounter, res);
171-
System.out.println("alloc objId=" + objectIdCounter + " type=" + clazz + " trace=" + trace);
171+
WLogger.trace("alloc objId=" + objectIdCounter + " type=" + clazz + " trace=" + trace);
172172
return res;
173173
}
174174

0 commit comments

Comments
 (0)