Skip to content

Commit 2c0f942

Browse files
Remove commented out calls to database which is not part of example.
1 parent 3085c99 commit 2c0f942

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code-examples/java/materialize-client/src/main/java/com/authzed/LookupPermissionSetsStreamObserver.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ public void onNext(LookupPermissionSetsResponse response) {
4242
if (permissionSetChange.getOperation() == PermissionSetChange.SetOperation.SET_OPERATION_ADDED) {
4343
if (permissionSetChange.hasChildMember()) {
4444
memberToSetRecordCount.incrementAndGet();
45-
//MaterializeDB.addMemberToSetEvent(response);
4645
} else {
4746
setToSetRecordCount.incrementAndGet();
48-
//MaterializeDB.addSetToSetEvent(response);
4947
}
5048
}
5149
}

0 commit comments

Comments
 (0)