Skip to content

Commit a6efd5d

Browse files
authored
remove some printlns (#104)
remove some printlns
1 parent 63ced64 commit a6efd5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SwiftKit/src/main/java/org/swift/swiftkit/SwiftInstanceCleanup.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public void run() throws UnexpectedRetainCountException {
3434

3535
// Destroy (and deinit) the object:
3636
var ty = this.instance.$swiftType();
37-
System.out.println("x destroy instance = " + this.instance);
38-
System.out.println("x destroy ty = " + ty);
3937

4038
SwiftValueWitnessTable.destroy(ty, this.instance.$memorySegment());
4139

0 commit comments

Comments
 (0)