Skip to content

Commit 6e5455e

Browse files
committed
MK feedback
1 parent 5b02415 commit 6e5455e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/includes/crud/Insert.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ public static void main(String[] args) {
5252

5353
// Prints the IDs of the inserted documents
5454
System.out.println("insertMany() document ids: " + result.getInsertedIds());
55-
56-
// Prints a message if any exceptions occur during the operation
5755
} catch (MongoException me) {
5856
System.err.println("Unable to insert due to an error: " + me);
5957
}

0 commit comments

Comments
 (0)