Skip to content

Commit

Permalink
remove realizer info from rundowns (#2550)
Browse files Browse the repository at this point in the history
SDESK-7218
  • Loading branch information
petrjasek committed Apr 5, 2024
1 parent 0f83280 commit f7742f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/rundowns/formatters/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def table_columns(subitems: List[types.ISubject]) -> List[str]:

columns.extend(
[
"Additional realizer info",
"Duration",
]
)
Expand Down Expand Up @@ -74,7 +73,6 @@ def item_table_data(

data.extend(
[
to_string(item, "additional_notes"),
format_duration(item.get("duration")),
]
)
Expand Down

0 comments on commit f7742f5

Please sign in to comment.