Skip to content

Commit

Permalink
Remove println statement
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tschne committed Feb 24, 2023
1 parent d6ab0c0 commit a1a7330
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,6 @@ class TableauxModel(
canUserViewRow(foreignTable, linkRowId, rowPermissions) flatMap {

val buildReturnJson: (Any, Boolean) => JsonObject = (value, viewAuthorization) => {
println("shouldIncludeViewAuthorization", shouldIncludeViewAuthorization)
if (shouldIncludeViewAuthorization) {
Json.obj(
"id" -> linkRowId,
Expand Down

0 comments on commit a1a7330

Please sign in to comment.