Skip to content

Commit c8fa8ca

Browse files
committed
cleanup print() call
1 parent 87288e2 commit c8fa8ca

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

airflow/opa-auth-manager/airflow-3/opa_auth_manager/opa_fab_auth_manager.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -258,23 +258,6 @@ def is_authorized_dag(
258258
else:
259259
dag_id = details.id
260260

261-
print(
262-
OpaInput(
263-
{
264-
"input": {
265-
"method": method,
266-
"access_entity": entity,
267-
"details": {
268-
"id": dag_id,
269-
},
270-
"user": {
271-
"id": user.get_id(),
272-
"name": user.get_name(),
273-
},
274-
}
275-
}
276-
).to_dict()
277-
)
278261
return self._is_authorized_in_opa(
279262
"is_authorized_dag",
280263
OpaInput(

0 commit comments

Comments
 (0)