diff --git a/voctopublish/model/ticket_module.py b/voctopublish/model/ticket_module.py index b741c0d..b8202e3 100644 --- a/voctopublish/model/ticket_module.py +++ b/voctopublish/model/ticket_module.py @@ -37,9 +37,6 @@ def __init__(self, ticket, ticket_id, config): "Project.Slug" ) - # general publishing properties - self.publishing_path = ticket["Publishing.Path"] - def __get_default(self, key): key = key.lower() for k, v in self.config.get("defaults", {}).items():