Skip to content

Commit cab5e00

Browse files
authored
chore: remove printStackTrace (#805)
1 parent c5d01b8 commit cab5e00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/main/java/org/neo4j/spark/util/ReflectionUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public static Expression[] groupByCols(Aggregation agg) {
6262
try {
6363
return (Expression[]) mh.invokeExact(agg);
6464
} catch (Throwable e) {
65-
e.printStackTrace();
6665
return EMPTY;
6766
}
6867
})

0 commit comments

Comments
 (0)