Skip to content

Commit 9030e57

Browse files
ShadyBoukharyumar456
authored andcommitted
Removed print in Array.java.
1 parent 4a850bb commit 9030e57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com/arrayfire/Array.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public static Array identity(int[] dims) throws Exception {
164164

165165
@Override
166166
public void close() throws Exception {
167-
System.out.println("Destroying");
168167
if (ref != 0)
169168
destroyArray(ref);
170169
}

0 commit comments

Comments
 (0)