We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ced64 commit a6efd5dCopy full SHA for a6efd5d
SwiftKit/src/main/java/org/swift/swiftkit/SwiftInstanceCleanup.java
@@ -34,8 +34,6 @@ public void run() throws UnexpectedRetainCountException {
34
35
// Destroy (and deinit) the object:
36
var ty = this.instance.$swiftType();
37
- System.out.println("x destroy instance = " + this.instance);
38
- System.out.println("x destroy ty = " + ty);
39
40
SwiftValueWitnessTable.destroy(ty, this.instance.$memorySegment());
41
0 commit comments