diff --git a/core/model/Translatable.php b/core/model/Translatable.php index 4d2b1aa50..c6d89e055 100755 --- a/core/model/Translatable.php +++ b/core/model/Translatable.php @@ -642,7 +642,6 @@ class Translatable extends DataObjectDecorator { $fields->removeByName('action_rollback'); $fields->removeByName('action_unpublish'); $fields->removeByName('action_deletefromlive'); - Debug::show($fields); } }