Skip to content

Commit 315e9da

Browse files
committed
reverting changes done already in
#1617
1 parent 5422417 commit 315e9da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

client/ayon_core/plugins/publish/extract_color_transcode.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,6 @@ def process(self, instance):
280280
if "delete" in tags and "thumbnail" not in tags:
281281
instance.data["representations"].remove(repre)
282282

283-
if (
284-
added_review
285-
and "review" not in instance.data["families"]
286-
):
287-
instance.data["families"].append("review")
288-
289283
instance.data["representations"].extend(new_representations)
290284

291285
def _rename_in_representation(self, new_repre, files_to_convert,

0 commit comments

Comments
 (0)