Skip to content

Commit 9af924d

Browse files
author
Ace Nassri
committed
Remove mvn clean verify failure
1 parent eb0e6d2 commit 9af924d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dlp/src/main/java/com/example/dlp/DeIdentification.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ private static void deIdentifyWithMask(
134134
System.out.println(result);
135135
} catch (Exception e) {
136136
System.out.println("Error in deidentifyWithMask: " + e.getMessage());
137-
System.out.println(e.getStackTrace());
138137
}
139138
}
140139
// [END dlp_deidentify_mask]

0 commit comments

Comments
 (0)